ca.bc.gov.webade
Class IndeterminateAuthorizationsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byca.bc.gov.webade.WebADEException
              extended byca.bc.gov.webade.IndeterminateAuthorizationsException
All Implemented Interfaces:
java.io.Serializable

public class IndeterminateAuthorizationsException
extends WebADEException

Thrown when a lookup for users cannot be fully evaluated, due to WebADE being unable to evaluate authorizations for a WebADE Role being granted to a group or rule that cannot be fully traversed.

Author:
jross
See Also:
Serialized Form

Constructor Summary
IndeterminateAuthorizationsException()
           
IndeterminateAuthorizationsException(java.lang.String msg)
           
IndeterminateAuthorizationsException(java.lang.String msg, java.lang.Exception ex)
           
 
Methods inherited from class ca.bc.gov.webade.WebADEException
getNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndeterminateAuthorizationsException

public IndeterminateAuthorizationsException()
See Also:
WebADEException.WebADEException()

IndeterminateAuthorizationsException

public IndeterminateAuthorizationsException(java.lang.String msg)
See Also:
WebADEException.WebADEException(java.lang.String)

IndeterminateAuthorizationsException

public IndeterminateAuthorizationsException(java.lang.String msg,
                                            java.lang.Exception ex)
See Also:
WebADEException.WebADEException(java.lang.String, java.lang.Exception)