rsvp.exceptions
Class PermissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by rsvp.exceptions.PermissionException
All Implemented Interfaces:
java.io.Serializable

public class PermissionException
extends java.lang.RuntimeException

An RSVP controller class will throw a PermissionException to indicate to a view class that a user has attempted to access some part of the system without the proper credentials.

Author:
willb
See Also:
Serialized Form

Constructor Summary
PermissionException(java.lang.String message)
          Constructs a new PermissionException with a given explanation.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PermissionException

public PermissionException(java.lang.String message)
Constructs a new PermissionException with a given explanation.

Parameters:
message -