org.ow2.jonas.lib.security.jacc
Class JPolicyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.jonas.lib.security.jacc.JPolicyException
- All Implemented Interfaces:
- Serializable
public class JPolicyException
- extends Exception
The JPolicyException occurs if the JPolicy object can not be created
- Author:
- Florent Benoit
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JPolicyException
public JPolicyException(String message)
- Constructs a new JPolicyException with the specified message.
- Parameters:
message - the detail message.
JPolicyException
public JPolicyException(String message,
Throwable throwable)
- Constructs a new JPolicyException with the specified message.
- Parameters:
message - the detail message.throwable - the exception
Copyright © 2012 OW2 Consortium. All Rights Reserved.