org.rhq.enterprise.server.authz
Class PermissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
PermissionException()
           
PermissionException(String message)
           
PermissionException(String message, Throwable cause)
           
PermissionException(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

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.