public class UnableToInitializeException
extends java.lang.Exception
Constructor and Description |
---|
UnableToInitializeException()
Creates a new UnableToInitializeException object.
|
UnableToInitializeException(java.lang.String msg)
Creates a new UnableToInitializeException object.
|
UnableToInitializeException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new UnableToInitializeException object.
|
UnableToInitializeException(java.lang.Throwable cause)
Creates a new UnableToInitializeException object.
|
public UnableToInitializeException()
public UnableToInitializeException(java.lang.String msg)
msg
- the message for the exceptionpublic UnableToInitializeException(java.lang.Throwable cause)
cause
- the cause for this exception.public UnableToInitializeException(java.lang.String msg, java.lang.Throwable cause)
msg
- the message for the exceptioncause
- the cause for this exception.