public class SMEVSignatureException extends SMEVProcessingException
Modifier and Type | Class and Description |
---|---|
static class |
SMEVSignatureException.SignatureVerificationFaultException
The type Signature verification fault exception.
|
Modifier and Type | Field and Description |
---|---|
protected String |
description
The Description.
|
Constructor and Description |
---|
SMEVSignatureException()
Instantiates a new Smev signature exception.
|
SMEVSignatureException(String message)
Instantiates a new Smev signature exception.
|
SMEVSignatureException(String message,
String code,
Throwable cause)
Instantiates a new Smev signature exception.
|
SMEVSignatureException(String message,
Throwable cause)
Instantiates a new Smev signature exception.
|
SMEVSignatureException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new Smev signature exception.
|
SMEVSignatureException(String message,
Throwable cause,
String description)
Instantiates a new Smev signature exception.
|
SMEVSignatureException(Throwable cause)
Instantiates a new Smev signature exception.
|
getCode
reThrowCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected String description
public SMEVSignatureException()
public SMEVSignatureException(String message, String code, Throwable cause)
message
- the messagecode
- the codecause
- the causepublic SMEVSignatureException(String message)
message
- the messagepublic SMEVSignatureException(String message, Throwable cause)
message
- the messagecause
- the causepublic SMEVSignatureException(String message, Throwable cause, String description)
message
- the messagecause
- the causedescription
- the descriptionpublic SMEVSignatureException(Throwable cause)
cause
- the causepublic SMEVSignatureException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- the messagecause
- the causeenableSuppression
- the enable suppressionwritableStackTrace
- the writable stack traceCopyright © 2017. All rights reserved.