org.ow2.jonas.lib.security
Class PermissionManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.jonas.lib.security.PermissionManagerException
All Implemented Interfaces:
Serializable

public class PermissionManagerException
extends Exception

The PermissionManagerException occurs if JACC permission could not be added

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
PermissionManagerException(String message)
          Constructs a new PermissionManagerException with the specified message.
PermissionManagerException(String message, Throwable throwable)
          Constructs a new PermissionManagerException with the specified message.
 
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

PermissionManagerException

public PermissionManagerException(String message)
Constructs a new PermissionManagerException with the specified message.

Parameters:
message - the detail message.

PermissionManagerException

public PermissionManagerException(String message,
                                  Throwable throwable)
Constructs a new PermissionManagerException with the specified message.

Parameters:
message - the detail message.
throwable - the exception


Copyright © 2010 OW2 Consortium. All Rights Reserved.