com.ibm.iseries.collectionservices
Class MgtcolObjRepoNotOpen

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

public class MgtcolObjRepoNotOpen
extends MgtcolObjException

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

MgtcolObjRepoNotOpen 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
MgtcolObjRepoNotOpen()
           
 
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

MgtcolObjRepoNotOpen

public MgtcolObjRepoNotOpen()