Class DispatchResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.aspectran.core.activity.ActivityException
-
- com.aspectran.core.activity.response.ResponseException
-
- com.aspectran.core.activity.response.dispatch.DispatchResponseException
-
- All Implemented Interfaces:
java.io.Serializable
public class DispatchResponseException extends ResponseException
The Class DispatchResponseException.Created: 2008. 01. 07 AM 3:35:55
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DispatchResponseException(DispatchRule dispatchRule, java.lang.String msg)Constructor to create exception to wrap another exception and pass a message.DispatchResponseException(DispatchRule dispatchRule, java.lang.String msg, java.lang.Throwable cause)Constructor to create exception to wrap another exception and pass a message.DispatchResponseException(DispatchRule dispatchRule, java.lang.Throwable cause)Constructor to create exception to wrap another exception and pass a message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DispatchRulegetDispatchRule()Gets the dispatch rule.
-
-
-
Constructor Detail
-
DispatchResponseException
public DispatchResponseException(DispatchRule dispatchRule, java.lang.Throwable cause)
Constructor to create exception to wrap another exception and pass a message.- Parameters:
dispatchRule- the dispatch rulecause- the real cause of the exception
-
DispatchResponseException
public DispatchResponseException(DispatchRule dispatchRule, java.lang.String msg, java.lang.Throwable cause)
Constructor to create exception to wrap another exception and pass a message.- Parameters:
dispatchRule- the dispatch rulemsg- the detail messagecause- the real cause of the exception
-
DispatchResponseException
public DispatchResponseException(DispatchRule dispatchRule, java.lang.String msg)
Constructor to create exception to wrap another exception and pass a message.- Parameters:
dispatchRule- the dispatch rulemsg- the detail message
-
-
Method Detail
-
getDispatchRule
public DispatchRule getDispatchRule()
Gets the dispatch rule.- Returns:
- the dispatch rule
-
-