|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.commons.lang.exception.NestableException com.atlassian.core.AtlassianCoreException com.atlassian.configurable.ObjectConfigurationException
public class ObjectConfigurationException
This exception is thrown an error occurs during the use of ConfigurableObjects
Field Summary |
---|
Fields inherited from class org.apache.commons.lang.exception.NestableException |
---|
delegate |
Constructor Summary | |
---|---|
ObjectConfigurationException(String message)
Creates a new ObjectConfigurationException object. |
|
ObjectConfigurationException(String message,
Throwable cause)
Creates a new ObjectConfigurationException object. |
|
ObjectConfigurationException(Throwable cause)
Creates a new ObjectConfigurationException object. |
Method Summary |
---|
Methods inherited from class org.apache.commons.lang.exception.NestableException |
---|
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ObjectConfigurationException(String message)
message
- public ObjectConfigurationException(Throwable cause)
cause
- Original exceptionpublic ObjectConfigurationException(String message, Throwable cause)
message
- cause
- Original exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |