Package com.ibm.di.api.exceptions
Class ConfigurationExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.di.api.DIException
-
- com.ibm.di.api.exceptions.ConfigurationExistsException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConfigurationExistsException extends DIException
An exception object thrown when an error arise while manipulating configuration files.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationExistsException()
Default constructor that creates an exception with a predefined cause message.ConfigurationExistsException(java.lang.String aMessage)
A constructor for this object that gives the ability to set a custom cause message.
-
-
-
Constructor Detail
-
ConfigurationExistsException
public ConfigurationExistsException()
Default constructor that creates an exception with a predefined cause message.
-
ConfigurationExistsException
public ConfigurationExistsException(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.
-
-