public class CmsCadesException
extends java.lang.Exception
| Constructor and Description |
|---|
CmsCadesException()
Constructs a new exception with null as its detail message.
|
CmsCadesException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
CmsCadesException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
CmsCadesException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.
|
public CmsCadesException()
public CmsCadesException(java.lang.String message)
message - the message giving details about the exceptionpublic CmsCadesException(java.lang.Throwable cause)
cause - the original cause of this exceptionpublic CmsCadesException(java.lang.String message,
java.lang.Throwable cause)
message - the message giving details about the exceptioncause - the original cause of this exception