kaos.policy.enforcement
Class EnforcerInitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kaos.policy.enforcement.EnforcerInitializationException
All Implemented Interfaces:
java.io.Serializable

public class EnforcerInitializationException
extends java.lang.Exception

EnforcerInitializationException defines an exception to be thrown by the Enforcer class when it encounters a problem in initialization.

See Also:
Serialized Form

Constructor Summary
EnforcerInitializationException()
          Constructs a new EnforcerInitializationException with no detail message.
EnforcerInitializationException(java.lang.String s)
          Constructs a new EnforcerInitializationException with a detail 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

EnforcerInitializationException

public EnforcerInitializationException()
Constructs a new EnforcerInitializationException with no detail message.


EnforcerInitializationException

public EnforcerInitializationException(java.lang.String s)
Constructs a new EnforcerInitializationException with a detail message. A detail message is a String that describes the exception.