public class SMEVMessageContentException extends SMEVProcessingException
Modifier and Type | Class and Description |
---|---|
static class |
SMEVMessageContentException.BusinessDataTypeIsNotSupportedException
The type Business data type is not supported exception.
|
static class |
SMEVMessageContentException.IncorrectResponseContentTypeException
The type Incorrect response content type exception.
|
static class |
SMEVMessageContentException.InvalidContentException
The type Invalid content exception.
|
static class |
SMEVMessageContentException.UnknownMessageTypeException
The type Unknown message type exception.
|
Modifier and Type | Field and Description |
---|---|
protected String |
description
The Description.
|
Constructor and Description |
---|
SMEVMessageContentException()
Instantiates a new Smev message content exception.
|
SMEVMessageContentException(String message)
Instantiates a new Smev message content exception.
|
SMEVMessageContentException(String message,
String code,
Throwable cause)
Instantiates a new Smev message content exception.
|
SMEVMessageContentException(String message,
String code,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new Smev message content exception.
|
SMEVMessageContentException(String message,
Throwable cause)
Instantiates a new Smev message content exception.
|
SMEVMessageContentException(Throwable cause)
Instantiates a new Smev message content exception.
|
getCode
reThrowCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected String description
public SMEVMessageContentException()
public SMEVMessageContentException(String message, String code, Throwable cause)
message
- the messagecode
- the codecause
- the causepublic SMEVMessageContentException(String message)
message
- the messagepublic SMEVMessageContentException(String message, Throwable cause)
message
- the messagecause
- the causepublic SMEVMessageContentException(Throwable cause)
cause
- the causepublic SMEVMessageContentException(String message, String code, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- the messagecode
- the codecause
- the causeenableSuppression
- the enable suppressionwritableStackTrace
- the writable stack traceCopyright © 2017. All rights reserved.