public class SigningException extends XSException
| Constructor and Description |
|---|
SigningException()
Creates a new
SigningException instance. |
SigningException(java.lang.String s)
Creates a new
SigningException instance with the given message string. |
SigningException(java.lang.Throwable cause)
Creates a new
SigningException instance with the given cause |
getCausepublic SigningException()
SigningException instance.public SigningException(java.lang.Throwable cause)
SigningException instance with the given causepublic SigningException(java.lang.String s)
SigningException instance with the given message string.