ozone API

org.ozoneDB
Class CreateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.ozoneDB.OzoneRemoteException
                  extended byorg.ozoneDB.CreateException
All Implemented Interfaces:
java.io.Serializable

public class CreateException
extends OzoneRemoteException

Used to when creating objects and indicates that the object could not be created for some reason

Version:
$Revision: 1.2 $Date: 2002/10/13 11:18:07 $
Author:
Per Nyfelt
See Also:
Serialized Form

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

CreateException

public CreateException()

CreateException

public CreateException(java.lang.String message)

CreateException

public CreateException(java.lang.Throwable cause)

CreateException

public CreateException(java.lang.String message,
                       java.lang.Throwable cause)

ozone API

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