java.io.Serializablepublic class DispatchResponseException extends ResponseException
Created: 2008. 01. 07 AM 3:35:55
| Constructor | Description |
|---|---|
DispatchResponseException() |
Simple constructor.
|
DispatchResponseException(DispatchResponseRule dispatchResponseRule,
java.lang.String msg) |
Constructor to create exception to wrap another exception and pass a message.
|
DispatchResponseException(DispatchResponseRule dispatchResponseRule,
java.lang.String msg,
java.lang.Throwable cause) |
Constructor to create exception to wrap another exception and pass a message.
|
DispatchResponseException(DispatchResponseRule dispatchResponseRule,
java.lang.Throwable cause) |
Constructor to create exception to wrap another exception and pass a message.
|
DispatchResponseException(java.lang.String msg) |
Constructor to create exception with a message.
|
DispatchResponseException(java.lang.String msg,
java.lang.Throwable cause) |
Constructor to create exception to wrap another exception and pass a message.
|
DispatchResponseException(java.lang.Throwable cause) |
Constructor to create exception to wrap another exception.
|
| Modifier and Type | Method | Description |
|---|---|---|
DispatchResponseRule |
getDispatchResponseRule() |
Gets the dispatch response rule.
|
public DispatchResponseException()
public DispatchResponseException(java.lang.String msg)
msg - a message to associate with the exceptionpublic DispatchResponseException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic DispatchResponseException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the real cause of the exceptionpublic DispatchResponseException(DispatchResponseRule dispatchResponseRule, java.lang.Throwable cause)
dispatchResponseRule - the dispatch response rulecause - the real cause of the exceptionpublic DispatchResponseException(DispatchResponseRule dispatchResponseRule, java.lang.String msg, java.lang.Throwable cause)
dispatchResponseRule - the dispatch response rulemsg - the detail messagecause - the real cause of the exceptionpublic DispatchResponseException(DispatchResponseRule dispatchResponseRule, java.lang.String msg)
dispatchResponseRule - the dispatch response rulemsg - the detail messagepublic DispatchResponseRule getDispatchResponseRule()
Copyright © 2008–2018 The Aspectran Project. All rights reserved.