|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xins.common.manageable.InitializationException
Exception thrown when the initialization of a Manageable
object failed.
Manageable.init(org.xins.common.collections.PropertyReader),
Serialized Form| Constructor Summary | |
InitializationException(String detail)
Constructs a new InitializationException with the specified
detail message. |
|
InitializationException(String detail,
Throwable cause)
Constructs a new InitializationException with the specified
detail message and cause exception. |
|
InitializationException(Throwable cause)
Constructs a new InitializationException with the specified
cause exception. |
|
| 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 InitializationException(String detail)
InitializationException with the specified
detail message.
detail - the detail message, or null.public InitializationException(Throwable cause)
InitializationException with the specified
cause exception.
cause - the cause exception, or null.
public InitializationException(String detail,
Throwable cause)
InitializationException with the specified
detail message and cause exception.
detail - the detail message, or null.cause - the cause exception, or null.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||