public class SMEVFailureException extends SMEVProcessingException
Constructor and Description |
---|
SMEVFailureException(String message)
Instantiates a new Smev failure exception.
|
SMEVFailureException(String message,
String code,
String description,
Throwable cause)
Instantiates a new Smev failure exception.
|
SMEVFailureException(String message,
String code,
Throwable cause)
Instantiates a new Smev failure exception.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets description.
|
getCode
reThrowCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SMEVFailureException(String message)
message
- the messagepublic SMEVFailureException(String message, String code, Throwable cause)
message
- the messagecode
- the codecause
- the causepublic String getDescription()
Copyright © 2017. All rights reserved.