Modifier and Type | Field and Description |
---|---|
pack-priv static final long |
Access | Constructor and Description |
---|---|
public | ComponentException(String
The message for the exception. message, Throwable The cause of the exception. May be cause)null .Construct a new ComponentException with the specified message and cause. |
public | ComponentException(String
The message for the exception. message)Construct a new ComponentException with the specified message. |
public | ComponentException(Throwable
The cause of the exception. May be cause)null .Construct a new ComponentException with the specified cause. |
Modifier and Type | Method and Description |
---|---|
public Throwable | Returns: The cause of this exception ornull if no cause was set.Overrides java. Returns the cause of this exception or |
public Throwable | Returns: This exception.The cause of this exception. cause)Overrides java. Initializes the cause of this exception to the specified value. |
serialVersionUID | back to summary |
---|---|
pack-priv static final long serialVersionUID |
ComponentException | back to summary |
---|---|
public ComponentException(String message, Throwable cause) Construct a new ComponentException with the specified message and cause. |
ComponentException | back to summary |
---|---|
public ComponentException(String message) Construct a new ComponentException with the specified message.
|
ComponentException | back to summary |
---|---|
public ComponentException(Throwable cause) Construct a new ComponentException with the specified cause.
|
getCause | back to summary |
---|---|
public Throwable getCause() Overrides java. Returns the cause of this exception or |
initCause | back to summary |
---|---|
public Throwable initCause(Throwable cause) Overrides java. Initializes the cause of this exception to the specified value.
|