arcade.security.exceptions
Class PrivilegeNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by arcade.security.exceptions.PrivilegeNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class PrivilegeNotFoundException
extends java.lang.Exception

Handle privileges not found in the privilegeMap.

See Also:
Serialized Form

Constructor Summary
PrivilegeNotFoundException(java.lang.String message)
          Create exception with given message
PrivilegeNotFoundException(java.lang.Throwable e)
           
 
Method Summary
 
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

PrivilegeNotFoundException

public PrivilegeNotFoundException(java.lang.String message)
Create exception with given message

Parameters:
message - explanation of problem

PrivilegeNotFoundException

public PrivilegeNotFoundException(java.lang.Throwable e)