org.nees.authz
Class CASAuthorizationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.nees.authz.CASAdapterException
              extended byorg.nees.authz.CASAuthorizationException
All Implemented Interfaces:
java.io.Serializable

public class CASAuthorizationException
extends CASAdapterException

The user is not authorized to perform a given CAS operation.

See Also:
Serialized Form

Constructor Summary
CASAuthorizationException(java.lang.String msg)
           
CASAuthorizationException(java.lang.String msg, java.lang.Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CASAuthorizationException

public CASAuthorizationException(java.lang.String msg)

CASAuthorizationException

public CASAuthorizationException(java.lang.String msg,
                                 java.lang.Throwable cause)