Novell exteNd
Director 5.2 API

com.sssw.fw.exception
Class EboRuntimeException

java.lang.Object
 |
 +--java.lang.Throwable
       |
       +--java.lang.Exception
             |
             +--java.lang.RuntimeException
                   |
                   +--com.sssw.fw.exception.EboRuntimeException
All Implemented Interfaces:
EbiParentedException, Serializable
Direct Known Subclasses:
EboOperationVetoedException

public class EboRuntimeException
extends RuntimeException
implements EbiParentedException

This exception is the framework's wrapper around java.lang.RuntimeException. It is to be thrown under one of two conditions:

See Also:
Serialized Form

Constructor Summary
EboRuntimeException()
           
 
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
 
Methods implemented from interface com.sssw.fw.exception.EbiParentedException
getMessage
 

Constructor Detail

EboRuntimeException

public EboRuntimeException()

Novell exteNd
Director 5.2 API