|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.di.api.DIException
com.ibm.di.api.exceptions.ConfigurationNotCheckedOutException
public class ConfigurationNotCheckedOutException
An exception object thrown when an attempt is made to check in a configuration that was not previously checked out.
Constructor Summary | |
---|---|
ConfigurationNotCheckedOutException()
Default constructor that creates an exception with a predefined cause message. |
|
ConfigurationNotCheckedOutException(java.lang.String aMessage)
A constructor for this object that gives the ability to set a custom cause message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationNotCheckedOutException()
public ConfigurationNotCheckedOutException(java.lang.String aMessage)
aMessage
- the custom cause message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |