jrun.ejb
Class InternalException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jrun.ejb.InternalException
All Implemented Interfaces:
ExceptionWrapper, java.io.Serializable

public class InternalException
extends java.lang.RuntimeException
implements ExceptionWrapper

Borrowed the name from Ejipt's allaire.ejipt._InternalException.

Author:
Imre Kifor, Paul Reilly
See Also:
Serialized Form

Constructor Summary
InternalException(java.lang.Throwable rootCause)
           
 
Method Summary
 java.lang.Throwable getRootCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalException

public InternalException(java.lang.Throwable rootCause)
Method Detail

getRootCause

public java.lang.Throwable getRootCause()
Specified by:
getRootCause in interface ExceptionWrapper


Copyright � 2002 Macromedia Corporation. All Rights Reserved.