public class SMEVEncodedException extends SMEVProcessingException
Constructor and Description |
---|
SMEVEncodedException(String code)
Instantiates a new Smev encoded exception.
|
SMEVEncodedException(String message,
String code)
Instantiates a new Smev encoded exception.
|
SMEVEncodedException(String message,
String code,
Throwable cause)
Instantiates a new Smev encoded exception.
|
SMEVEncodedException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
String code)
Instantiates a new Smev encoded exception.
|
SMEVEncodedException(Throwable cause,
String code)
Instantiates a new Smev encoded exception.
|
getCode
reThrowCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SMEVEncodedException(String code)
code
- the codepublic SMEVEncodedException(String message, String code)
message
- the messagecode
- the codepublic SMEVEncodedException(String message, String code, Throwable cause)
message
- the messagecode
- the codecause
- the causepublic SMEVEncodedException(Throwable cause, String code)
cause
- the causecode
- the codepublic SMEVEncodedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, String code)
message
- the messagecause
- the causeenableSuppression
- the enable suppressionwritableStackTrace
- the writable stack tracecode
- the codeCopyright © 2017. All rights reserved.