|
|||||||||||
| 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.BootstrapException
Exception thrown when the bootstrapping of a Manageable
object failed.
Manageable.bootstrap(org.xins.common.collections.PropertyReader),
Serialized Form| Constructor Summary | |
BootstrapException(String message)
Constructs a new BootstrapException with the specified
message. |
|
BootstrapException(String detail,
Throwable cause)
Constructs a new BootstrapException with the specified
detail message and cause exception. |
|
BootstrapException(Throwable cause)
Constructs a new BootstrapException 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 BootstrapException(String message)
BootstrapException with the specified
message.
message - the detail message, or null.
public BootstrapException(Throwable cause)
throws IllegalArgumentException
BootstrapException with the specified
cause exception.
cause - the cause exception, cannot be null.
IllegalArgumentException - if cause == null.
public BootstrapException(String detail,
Throwable cause)
BootstrapException 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 | ||||||||||