ozone API

org.ozoneDB
Class OzoneRemoteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.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

Constructor Summary
OzoneRemoteException()
           
OzoneRemoteException(java.lang.String message)
           
OzoneRemoteException(java.lang.String message, java.lang.Throwable cause)
           
OzoneRemoteException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

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)

ozone API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.