Package com.atlassian.configurable
Class ObjectConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.core.AtlassianCoreException
com.atlassian.configurable.ObjectConfigurationException
- All Implemented Interfaces:
 Serializable
@PublicApi
public class ObjectConfigurationException
extends com.atlassian.core.AtlassianCoreException
This exception is thrown an error occurs during the use of ConfigurableObjects
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionObjectConfigurationException(String message) Creates a new ObjectConfigurationException object.ObjectConfigurationException(String message, Throwable cause) Creates a new ObjectConfigurationException object.Creates a new ObjectConfigurationException object. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ObjectConfigurationException
Creates a new ObjectConfigurationException object.- Parameters:
 message-
 - 
ObjectConfigurationException
Creates a new ObjectConfigurationException object.- Parameters:
 cause- Original exception
 - 
ObjectConfigurationException
Creates a new ObjectConfigurationException object.- Parameters:
 message-cause- Original exception
 
 -