SilverStream
Application Server 3.5

com.sssw.rt.util
Class AgoApiException

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

public class AgoApiException
extends AgoException

The base class of declared exceptions thrown by methods in the public API.

See Also:
Serialized Form

Constructor Summary
AgoApiException()
           
 
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

AgoApiException

public AgoApiException()

SilverStream
Application Server 3.5