SilverStream
Application Server 3.5

com.sssw.rts.acl
Class AgoComplexAclException

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.AgoComplexAclException
All Implemented Interfaces:
AgiParentedException, Serializable

public class AgoComplexAclException
extends AgoSecurityException

Exception representing an unparseable security exception.

Exception is thrown if an attempt is made to render as a simple list a security expression that is "complex" ("advanced"), i.e. may not be rendered as a list of users and/or groups.

See Also:
AgoSecurityException, Serialized Form

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

AgoComplexAclException

public AgoComplexAclException()

SilverStream
Application Server 3.5