public class DelegationException
extends java.lang.RuntimeException
Constructor and Description |
---|
DelegationException(java.lang.String message,
java.lang.Throwable cause,
java.lang.Object delegate)
Construct a DelegationException.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Retruns the causing Throwable.
|
java.lang.Object |
getDelegate()
Returns the delegated object.
|