kaos.policy.guard
Class ComponentAlreadyPresentException

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

public class ComponentAlreadyPresentException
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
ComponentAlreadyPresentException()
          Constructs a new ComponentAlreadyPresentException with no detail message.
ComponentAlreadyPresentException(java.lang.String s)
          Constructs a new ComponentAlreadyPresentException 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

ComponentAlreadyPresentException

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


ComponentAlreadyPresentException

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