org.objectweb.easybeans.security.jacc.provider
Class JPolicyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.easybeans.security.jacc.provider.JPolicyException
All Implemented Interfaces:
java.io.Serializable

public class JPolicyException
extends java.lang.Exception

The JPolicyException occurs if the JPolicy object can not be created.

Author:
Florent Benoit
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial version uid (serialization).
 
Constructor Summary
JPolicyException(java.lang.String message)
          Constructs a new JPolicyException with the specified message.
JPolicyException(java.lang.String message, java.lang.Throwable throwable)
          Constructs a new JPolicyException 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial version uid (serialization).

See Also:
Constant Field Values
Constructor Detail

JPolicyException

public JPolicyException(java.lang.String message)
Constructs a new JPolicyException with the specified message.

Parameters:
message - the detail message.

JPolicyException

public JPolicyException(java.lang.String message,
                        java.lang.Throwable throwable)
Constructs a new JPolicyException with the specified message.

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