org.ozoneDB
Class OzoneRemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ozoneDB.OzoneRemoteException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CreateException, DatabaseNotOpenException, ObjectNotFoundException, OzoneClassNotFoundException, OzoneInternalException, PermissionDeniedException, TransactionException
- public class OzoneRemoteException
- extends java.lang.RuntimeException
Base class of all exceptions that may be thrown by ozone API methods.
If OzoneRemoteException is required to be catched, ozone user applications will have "throws OzoneRemoteException" or "throws Exception" located all over the place, without the benefits of exceptions, i.e. providing fine grained error handling
- Version:
- $Revision: 1.3 $Date: 2002/10/15 20:41:16 $
- Author:
- SMB, Per Nyfelt
- 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OzoneRemoteException
public OzoneRemoteException()
OzoneRemoteException
public OzoneRemoteException(java.lang.String message)
OzoneRemoteException
public OzoneRemoteException(java.lang.String message,
java.lang.Throwable cause)
OzoneRemoteException
public OzoneRemoteException(java.lang.Throwable cause)
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.