Package com.ibm.di.api.exceptions
Class ConfigurationNotCheckedOutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.di.api.DIException
-
- com.ibm.di.api.exceptions.ConfigurationNotCheckedOutException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConfigurationNotCheckedOutException extends DIException
An exception object thrown when an attempt is made to check in a configuration that was not previously checked out.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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.
-
-
-
Constructor Detail
-
ConfigurationNotCheckedOutException
public ConfigurationNotCheckedOutException()
Default constructor that creates an exception with a predefined cause message.
-
ConfigurationNotCheckedOutException
public ConfigurationNotCheckedOutException(java.lang.String aMessage)
A constructor for this object that gives the ability to set a custom cause message.- Parameters:
aMessage
- the custom cause message.
-
-