public class ComponentInitialisationException
extends java.lang.Exception
Constructor and Description |
---|
ComponentInitialisationException()
Construct an exception with no useful information.
|
ComponentInitialisationException(java.lang.String msg)
Construct an exception with an error message.
|
ComponentInitialisationException(java.lang.String msg,
java.lang.Throwable cause)
Construct an exception with an error message and underlying cause.
|
ComponentInitialisationException(java.lang.Throwable cause)
Construct an exception with an underlying cause.
|
public ComponentInitialisationException()
public ComponentInitialisationException(java.lang.String msg)
msg
- A message describing the problem.public ComponentInitialisationException(java.lang.Throwable cause)
cause
- The underlying cause of this exception.public ComponentInitialisationException(java.lang.String msg, java.lang.Throwable cause)
msg
- A message describing the problem.cause
- The underlying cause of this exception.