SilverStream
Application Server 3.5

com.sssw.rt.util
Class AgoSystemException

java.lang.Object
 |
 +--java.lang.Throwable
       |
       +--java.lang.Exception
             |
             +--com.sssw.rt.util.AgoException
                   |
                   +--com.sssw.rt.util.AgoApiException
                         |
                         +--com.sssw.rt.util.AgoSystemException
All Implemented Interfaces:
AgiParentedException, Serializable
Direct Known Subclasses:
AgoTransientSystemException, AgoUnrecoverableSystemException

public class AgoSystemException
extends AgoApiException

The base class of declared exceptions that are thrown when a system error occurs, such as an exception on the server. AgoSystemException can be a transient or unrecoverable type of error. AgoTransientSystemException is the subclass that indicates that the exceptional condition is transient, and retrying the operation may result in success. AgoUnrecoverableSystemException is the subclass that indicates that the exceptional condition is not transient, and retrying the operation will not result in success.

See Also:
Serialized Form

Constructor Summary
AgoSystemException()
           
 
Methods inherited from class com.sssw.rt.util.AgoException
copyTo, getExceptionHTML, getExceptionMessage, getExceptionMessage, getHTML, getMessage, getMessage, getParentException, printStackTrace, printStackTrace, printStackTrace, setHTML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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.rt.util.AgiParentedException
getExceptionParent
 

Constructor Detail

AgoSystemException

public AgoSystemException()

SilverStream
Application Server 3.5