oracle.panama
Class PanamaRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.panama.PanamaRuntimeException
All Implemented Interfaces:
NestedException, java.io.Serializable

public class PanamaRuntimeException
extends java.lang.RuntimeException
implements NestedException

The Panama System Runtime Exception, is typically thrown on errors caused by severe errrors. The reason may be a program bug or a fatal error in one of the used sub-components as the Database etc.

This kind of error is fatal, and most probably there is need for some kind of System Administrations work to correct the System.

See Also:
NestedException, Serialized Form

Constructor Summary
PanamaRuntimeException(java.lang.String msg)
          Construct with a plain message.
PanamaRuntimeException(java.lang.Throwable detail)
           
 
Method Summary
TypeMethod
 java.lang.Throwable getDetail()
          Get the nested exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PanamaRuntimeException

public PanamaRuntimeException(java.lang.String msg)
Construct with a plain message.
Parameters:
msg - the message.

PanamaRuntimeException

public PanamaRuntimeException(java.lang.Throwable detail)
Method Detail

getDetail

public java.lang.Throwable getDetail()
Get the nested exception.
Specified by:
getDetail in interface NestedException
Returns:
the nested exception.