com.ibm.iseries.collectionservices
Class MgtcolObjException

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

public class MgtcolObjException
extends java.lang.Exception

Exception of MgtcolObjException class is thrown by methods of MgtcolObj class, when there is a corresponding exception message, sent by native Management Collection Object APIs. A detail message of this exception is a message ID of corresponding escape message.

See documentation for Collection Object APIs for the list of escape messages, which can be sent by Collection Object APIs.

MgtcolObjException 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
MgtcolObjException(java.lang.String msgID)
           
 
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

MgtcolObjException

public MgtcolObjException(java.lang.String msgID)
Parameters:
msgID - 7-character message ID of escape message, sent by a Management Collection Object API.