SilverStream
Application Server 3.5

com.sssw.rts.acl
Class AgoBadPrincipalException

java.lang.Object
 |
 +--java.lang.Throwable
       |
       +--java.lang.Exception
             |
             +--com.sssw.rt.util.AgoException
                   |
                   +--com.sssw.rt.util.AgoApiException
                         |
                         +--com.sssw.rt.util.AgoSecurityException
                               |
                               +--com.sssw.rts.acl.AgoBadPrincipalException
All Implemented Interfaces:
AgiParentedException, Serializable

public class AgoBadPrincipalException
extends AgoSecurityException

Exception representing an unknown principal.

See Also:
Serialized Form

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

AgoBadPrincipalException

public AgoBadPrincipalException()

SilverStream
Application Server 3.5