org.globus.ogsa.impl.base.cas.server.databaseAccess.exceptions
Class CasDBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.globus.ogsa.utils.ChainedRemoteException
org.globus.ogsa.GridServiceException
org.globus.ogsa.impl.base.cas.server.databaseAccess.exceptions.CasDBException
- All Implemented Interfaces:
- java.io.Serializable
- public class CasDBException
- extends GridServiceException
Exception thrown by database access package
- See Also:
- Serialized Form
| Fields inherited from class java.rmi.RemoteException |
detail |
| Methods inherited from class java.rmi.RemoteException |
getCause |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CasDBException
public CasDBException()
CasDBException
public CasDBException(java.lang.String message)
CasDBException
public CasDBException(java.lang.String message,
java.lang.Exception e)
CasDBException
public CasDBException(java.lang.Exception e)