com.ibm.iseries.collectionservices
Class MgtcolObjNotOpen

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.iseries.collectionservices.MgtcolObjException
                    |
                    +--com.ibm.iseries.collectionservices.MgtcolObjNotOpen
All Implemented Interfaces:
java.io.Serializable

public class MgtcolObjNotOpen
extends MgtcolObjException

Exception of MgtcolObjNotOpen class is thrown by methods of MgtcolObj class, when a method requires that object of MgtcolObj class be opened before use.

MgtcolObjNotOpen class is used by Collection Services to provide access to Collection Object APIs for Java programs.
For more information about Collection Object APIs, go to iSeries Information Center.

Since:
V5R2M0
See Also:
Serialized Form

Constructor Summary
MgtcolObjNotOpen()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MgtcolObjNotOpen

public MgtcolObjNotOpen()