public class CentraSiteFilterException
extends JAXRException
Constructor and Description |
---|
CentraSiteFilterException()
Constructs a new CentraSiteFilterException with null as its detail message.
|
CentraSiteFilterException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
CentraSiteFilterException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
CentraSiteFilterException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and a detail message of
(cause==null ?
|
public CentraSiteFilterException()
public CentraSiteFilterException(java.lang.String message)
message
- the detail message. The detail message can be retrieved by calling getMessage().public CentraSiteFilterException(java.lang.String message, java.lang.Throwable cause)
message
- the detail message. The detail message can be retrieved by calling getMessage().cause
- the cause. The cause can be retrieved by calling getCause(). A null value is permitted,
and indicates that the cause is nonexistent or unknown.public CentraSiteFilterException(java.lang.Throwable cause)
cause
- the cause. The cause can be retrieved by calling getCause(). A null value is permitted,
and indicates that the cause is nonexistent or unknown.