jbora
Class PanicException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjbora.JBoraException
              extended byjbora.PanicException
All Implemented Interfaces:
Serializable

public class PanicException
extends JBoraException

Thrown in the presence of an unrecoverable error.

Author:
Milan Prica
See Also:
Serialized Form

Constructor Summary
PanicException()
          Creates a new exception.
PanicException(String message)
          Creates a new exception and initializes it with a message.
PanicException(Throwable cause)
          Creates a new exception and initializes it with a 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PanicException

public PanicException()
Creates a new exception.


PanicException

public PanicException(Throwable cause)
Creates a new exception and initializes it with a cause.

Parameters:
cause - Exception cause

PanicException

public PanicException(String message)
Creates a new exception and initializes it with a message.

Parameters:
message - Exception cause