net.sf.jzeno.exception
Class NoPermissionForMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jzeno.exception.ManagedException
              extended by net.sf.jzeno.exception.AspectException
                  extended by net.sf.jzeno.exception.NoPermissionForMethodException
All Implemented Interfaces:
java.io.Serializable

public class NoPermissionForMethodException
extends AspectException

This permission is thrown by the aspect framework when an unauthorised acces to a business operation is detected.

See Also:
Serialized Form

Constructor Summary
NoPermissionForMethodException()
           
NoPermissionForMethodException(java.lang.String message)
           
NoPermissionForMethodException(java.lang.String message, java.lang.Throwable cause)
           
NoPermissionForMethodException(java.lang.Throwable cause)
           
 
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

NoPermissionForMethodException

public NoPermissionForMethodException()

NoPermissionForMethodException

public NoPermissionForMethodException(java.lang.Throwable cause)

NoPermissionForMethodException

public NoPermissionForMethodException(java.lang.String message,
                                      java.lang.Throwable cause)

NoPermissionForMethodException

public NoPermissionForMethodException(java.lang.String message)