public class SIDestinationNotFoundException extends SIMediationSessionException
This exception is thrown when an attempt is made to interact with a Destination when the given Destination name does not exist.
| Constructor and Description |
|---|
SIDestinationNotFoundException()
Constructs an empty exception with no message or root cause.
|
SIDestinationNotFoundException(java.lang.String message)
Constructs the exception with an error message and no root cause.
|
SIDestinationNotFoundException(java.lang.String message,
java.lang.Throwable rootCause)
Constructs the exception with an error message and a root cause.
|
SIDestinationNotFoundException(java.lang.Throwable rootCause)
Constructs the exception with no error message and a root cause.
|
public SIDestinationNotFoundException()
public SIDestinationNotFoundException(java.lang.String message)
message - the associated error messagepublic SIDestinationNotFoundException(java.lang.String message,
java.lang.Throwable rootCause)
message - the associated error messagerootCause - the root cause of this exceptionpublic SIDestinationNotFoundException(java.lang.Throwable rootCause)
rootCause - the root cause of this exception