se.datadosen.jalbum
Class PermissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by se.datadosen.jalbum.PermissionException
All Implemented Interfaces:
java.io.Serializable

public class PermissionException
extends java.lang.Exception

Thrown if user tries to perform an action which is not allowed by JAlbum

See Also:
Serialized Form

Constructor Summary
PermissionException(java.lang.String p0)
           
PermissionException(java.lang.String p0, java.lang.Throwable p1)
           
 
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

PermissionException

public PermissionException(java.lang.String p0)
Parameters:
p0 - String localized error description

PermissionException

public PermissionException(java.lang.String p0,
                           java.lang.Throwable p1)