net.fortuna.mstor.connector
Class DelegateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.fortuna.mstor.connector.DelegateException
- All Implemented Interfaces:
- java.io.Serializable
public class DelegateException
- extends java.lang.Exception
An exception used to indicate an unhandled situation in a delegate.
- Author:
- Ben
$Id$
Created on 04/08/2007
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DelegateException
public DelegateException()
- Default constructor.
DelegateException
public DelegateException(java.lang.String message)
- Parameters:
message
- an error message
DelegateException
public DelegateException(java.lang.Throwable cause)
- Parameters:
cause
- the cause of this exception
DelegateException
public DelegateException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- an error messagecause
- the cause of this exception
Copyright © 2004-2011 Micronode. All Rights Reserved.