org.systinet.wasp.policy
Class PolicyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.util.WrappedException
              extended byorg.systinet.wasp.policy.PolicyException
All Implemented Interfaces:
java.io.Serializable

public class PolicyException
extends WrappedException

See Also:
Serialized Form

Constructor Summary
PolicyException()
           
PolicyException(java.lang.String message)
           
PolicyException(java.lang.String message, java.lang.Throwable reason)
           
PolicyException(java.lang.Throwable reason)
           
 
Methods inherited from class org.idoox.util.WrappedException
getCause, getException, getLocalizedMessage, getRootException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PolicyException

public PolicyException()

PolicyException

public PolicyException(java.lang.String message)

PolicyException

public PolicyException(java.lang.String message,
                       java.lang.Throwable reason)

PolicyException

public PolicyException(java.lang.Throwable reason)