Novell exteNd
Director 5.2 API

com.sssw.fw.exception
Class EboUnrecoverableSystemException

java.lang.Object
 |
 +--java.lang.Throwable
       |
       +--java.lang.Exception
             |
             +--com.sssw.fw.exception.EboException
                   |
                   +--com.sssw.fw.exception.EboApiException
                         |
                         +--com.sssw.fw.exception.EboSystemException
                               |
                               +--com.sssw.fw.exception.EboUnrecoverableSystemException
All Implemented Interfaces:
EbiParentedException, Serializable
Direct Known Subclasses:
EboDataConcurrencyException

public class EboUnrecoverableSystemException
extends EboSystemException

The subclass of EboSystemException that indicates that the exceptional condition is not transient, and retrying the operation will not help.

See Also:
Serialized Form

Constructor Summary
EboUnrecoverableSystemException()
           
 
Methods inherited from class com.sssw.fw.exception.EboException
copyTo, getHTML, getMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setHTML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EboUnrecoverableSystemException

public EboUnrecoverableSystemException()

Novell exteNd
Director 5.2 API