uk.ac.soton.ecs.grimoires.server.security
Class GrimoiresAuthorizationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.ac.soton.ecs.grimoires.server.security.GrimoiresAuthorizationException
All Implemented Interfaces:
Serializable

public class GrimoiresAuthorizationException
extends Exception

See Also:
Serialized Form

Constructor Summary
GrimoiresAuthorizationException()
           
GrimoiresAuthorizationException(String message)
           
GrimoiresAuthorizationException(String message, Throwable cause)
           
GrimoiresAuthorizationException(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

GrimoiresAuthorizationException

public GrimoiresAuthorizationException()

GrimoiresAuthorizationException

public GrimoiresAuthorizationException(String message)

GrimoiresAuthorizationException

public GrimoiresAuthorizationException(String message,
                                       Throwable cause)

GrimoiresAuthorizationException

public GrimoiresAuthorizationException(Throwable cause)