ozone API

org.ozoneDB
Class OzoneInternalExc

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

public class OzoneInternalExc
extends OzoneRemoteExc

This exception signals an internal server exception.

Version:
$Revision: 1.2 $Date: 2002/06/08 00:49:38 $
Author:
SMB
, Medium.net
See Also:
Serialized Form

Constructor Summary
OzoneInternalExc()
           
OzoneInternalExc(java.lang.String s)
           
OzoneInternalExc(java.lang.String s, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 void originalPrintStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintStream s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OzoneInternalExc

public OzoneInternalExc()

OzoneInternalExc

public OzoneInternalExc(java.lang.String s)

OzoneInternalExc

public OzoneInternalExc(java.lang.String s,
                        java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream s)
Overrides:
printStackTrace in class java.lang.Throwable

originalPrintStackTrace

public void originalPrintStackTrace(java.io.PrintStream s)

ozone API

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