ozone API

org.ozoneDB
Class OzoneRemoteExc

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.ozoneDB.OzoneRemoteExc
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ClassNotFoundExc, DbNotOpenExc, ObjectNotFoundExc, OzoneInternalExc, PermissionDeniedExc, TransactionExc

public class OzoneRemoteExc
extends java.lang.Exception

Base class of all exceptions that may be thrown by ozone API methods.

Version:
$Revision: 1.1 $Date: 2001/12/18 10:31:30 $
Author:
SMB
See Also:
Serialized Form

Constructor Summary
OzoneRemoteExc()
           
OzoneRemoteExc(java.lang.String s)
           
 
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

OzoneRemoteExc

public OzoneRemoteExc()

OzoneRemoteExc

public OzoneRemoteExc(java.lang.String s)

ozone API

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