net.sf.jzeno.exception
Class NoPermissionForMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.jzeno.exception.ManagedException
net.sf.jzeno.exception.AspectException
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
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 |
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)