Package net.fortuna.mstor.connector
Class DelegateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.fortuna.mstor.connector.DelegateException
-
- All Implemented Interfaces:
Serializable
public class DelegateException extends Exception
An exception used to indicate an unhandled situation in a delegate.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DelegateException()
Default constructor.DelegateException(String message)
DelegateException(String message, Throwable cause)
DelegateException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-