org.objectweb.jonas_lib.security.jacc
Class JPolicyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.jonas_lib.security.jacc.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

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
 

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