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:
- Serializable
public class PermissionException
- extends 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 |
PermissionException
public PermissionException()
PermissionException
public PermissionException(String message)
PermissionException
public PermissionException(Throwable cause)
PermissionException
public PermissionException(String message,
Throwable cause)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.