ozone API

org.ozoneDB
Class UnexpectedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.ozoneDB.UnexpectedException
All Implemented Interfaces:
java.io.Serializable

public class UnexpectedException
extends java.lang.RuntimeException

This Exception is thrown, if a method of a database object has thrown an exception that is not in its throws clause or to signal an general unexpected error condition.

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

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

UnexpectedException

public UnexpectedException()

UnexpectedException

public UnexpectedException(java.lang.String msg)

ozone API

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