net.dpml.component
Class DelegationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.dpml.component.ControlException
net.dpml.component.DelegationException
- All Implemented Interfaces:
- Serializable
- public class DelegationException
- extends ControlException
Exception thrown by a local handler that wraps an exception thrown
by a foreign handler.
- Version:
- 1.0.2
- Author:
- Digital Product Meta Library
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DelegationException
public DelegationException(URI uri,
URI target,
String message,
Throwable cause)
- Creation of a new delegation exception.
- Parameters:
uri
- the uri of the controller initiating the delegationtarget
- the uri of the target handler that raised the causal exceptionmessage
- exception messagecause
- the causal exception
getDelegationTarget
public URI getDelegationTarget()
- Return the uri identifying the delegation target handler.
- Returns:
- the URI of the delegate handler