public class SMEVResourceException extends SMEVProcessingException
Modifier and Type | Class and Description |
---|---|
static class |
SMEVResourceException.DestinationOverflowException
The type Destination overflow exception.
|
Constructor and Description |
---|
SMEVResourceException()
Instantiates a new Smev resource exception.
|
SMEVResourceException(String message)
Instantiates a new Smev resource exception.
|
SMEVResourceException(String message,
String code,
Throwable cause)
Instantiates a new Smev resource exception.
|
SMEVResourceException(String message,
Throwable cause)
Instantiates a new Smev resource exception.
|
SMEVResourceException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new Smev resource exception.
|
SMEVResourceException(Throwable cause)
Instantiates a new Smev resource exception.
|
getCode
reThrowCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SMEVResourceException()
public SMEVResourceException(String message, String code, Throwable cause)
message
- the messagecode
- the codecause
- the causepublic SMEVResourceException(String message)
message
- the messagepublic SMEVResourceException(String message, Throwable cause)
message
- the messagecause
- the causepublic SMEVResourceException(Throwable cause)
cause
- the causepublic SMEVResourceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- the messagecause
- the causeenableSuppression
- the enable suppressionwritableStackTrace
- the writable stack traceCopyright © 2017. All rights reserved.