public class SMEVMessageIdentityException extends SMEVProcessingException
Modifier and Type | Class and Description |
---|---|
static class |
SMEVMessageIdentityException.InvalidMessageIdFormatException
The type Invalid message id format exception.
|
static class |
SMEVMessageIdentityException.MessageIsAlreadySentException
The type Message is already sent exception.
|
static class |
SMEVMessageIdentityException.StaleMessageIdException
The type Stale message id exception.
|
static class |
SMEVMessageIdentityException.TransactionCodeInvalidException
The type Transaction code invalid exception.
|
Modifier and Type | Field and Description |
---|---|
protected String |
description
The Description.
|
Constructor and Description |
---|
SMEVMessageIdentityException()
Instantiates a new Smev message identity exception.
|
SMEVMessageIdentityException(String message)
Instantiates a new Smev message identity exception.
|
SMEVMessageIdentityException(String message,
String code,
Throwable cause)
Instantiates a new Smev message identity exception.
|
SMEVMessageIdentityException(String message,
Throwable cause)
Instantiates a new Smev message identity exception.
|
SMEVMessageIdentityException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new Smev message identity exception.
|
SMEVMessageIdentityException(Throwable cause)
Instantiates a new Smev message identity exception.
|
getCode
reThrowCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected String description
public SMEVMessageIdentityException()
public SMEVMessageIdentityException(String message, String code, Throwable cause)
message
- the messagecode
- the codecause
- the causepublic SMEVMessageIdentityException(String message)
message
- the messagepublic SMEVMessageIdentityException(String message, Throwable cause)
message
- the messagecause
- the causepublic SMEVMessageIdentityException(Throwable cause)
cause
- the causepublic SMEVMessageIdentityException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- the messagecause
- the causeenableSuppression
- the enable suppressionwritableStackTrace
- the writable stack traceCopyright © 2017. All rights reserved.