public class SMEVRoutingException extends SMEVProcessingException
Modifier and Type | Class and Description |
---|---|
static class |
SMEVRoutingException.AccessDeniedException
The type Access denied exception.
|
static class |
SMEVRoutingException.EndOfLifeException
The type End of life exception.
|
static class |
SMEVRoutingException.RecipientIsNotFoundException
The type Recipient is not found exception.
|
static class |
SMEVRoutingException.SenderIsNotRegisteredException
The type Sender is not registered exception.
|
static class |
SMEVRoutingException.TargetMessageIsNotFoundException
The type Target message is not found exception.
|
Modifier and Type | Field and Description |
---|---|
protected String |
description
The Description.
|
Constructor and Description |
---|
SMEVRoutingException()
Instantiates a new Smev routing exception.
|
SMEVRoutingException(String message)
Instantiates a new Smev routing exception.
|
SMEVRoutingException(String message,
String code,
Throwable cause)
Instantiates a new Smev routing exception.
|
SMEVRoutingException(String message,
Throwable cause)
Instantiates a new Smev routing exception.
|
SMEVRoutingException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new Smev routing exception.
|
SMEVRoutingException(String message,
Throwable cause,
String description)
Instantiates a new Smev routing exception.
|
SMEVRoutingException(Throwable cause)
Instantiates a new Smev routing exception.
|
getCode
reThrowCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected String description
public SMEVRoutingException()
public SMEVRoutingException(String message, String code, Throwable cause)
message
- the messagecode
- the codecause
- the causepublic SMEVRoutingException(String message)
message
- the messagepublic SMEVRoutingException(String message, Throwable cause)
message
- the messagecause
- the causepublic SMEVRoutingException(Throwable cause)
cause
- the causepublic SMEVRoutingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- the messagecause
- the causeenableSuppression
- the enable suppressionwritableStackTrace
- the writable stack traceCopyright © 2017. All rights reserved.