kaos.policy.guard
Class EnforcerInstantiationException

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

public class EnforcerInstantiationException
extends java.lang.Exception

EnforcerInstantiationException defines an exception to be thrown by the Guard during the process of instantiation an enforcer.

See Also:
Serialized Form

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

EnforcerInstantiationException

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


EnforcerInstantiationException

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