org.xins.common.manageable
Class BootstrapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xins.common.manageable.BootstrapException
- All Implemented Interfaces:
- Serializable
- public final class BootstrapException
- extends Exception
Exception thrown when the bootstrapping of a Manageable
object failed.
- Since:
- XINS 1.0.0
- Version:
- $Revision: 1.14 $ $Date: 2006/08/28 09:12:36 $
- Author:
- Ernst de Haan
- See Also:
Manageable.bootstrap(org.xins.common.collections.PropertyReader)
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BootstrapException
public BootstrapException(String message)
- Constructs a new
BootstrapException
with the specified
message.
- Parameters:
message
- the detail message, or null
.
BootstrapException
public BootstrapException(Throwable cause)
throws IllegalArgumentException
- Constructs a new
BootstrapException
with the specified
cause exception.
- Parameters:
cause
- the cause exception, cannot be null
.
- Throws:
IllegalArgumentException
- if cause == null
.
See http://www.xins.org/.