org.rhq.enterprise.server.authz
Class PermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rhq.enterprise.server.authz.PermissionException
- All Implemented Interfaces:
- java.io.Serializable
public class PermissionException
- extends java.lang.RuntimeException
This exception is thrown when some operation cannot be performed because the user is not authorized to do so.
- Author:
- John Mazzitelli
- 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 |
PermissionException
public PermissionException()
PermissionException
public PermissionException(java.lang.String message)
PermissionException
public PermissionException(java.lang.Throwable cause)
PermissionException
public PermissionException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.