kaos.policy.guard
Class GuardInstantiationException

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

public class GuardInstantiationException
extends java.lang.Exception

GuardInstantiationException defines an exception to be thrown by the KAoSBootstrapper when the instantiation of a Guard fails.

See Also:
Serialized Form

Constructor Summary
GuardInstantiationException()
          Constructs a new GuardInstantiationException with no detailed message.
GuardInstantiationException(java.lang.String msg)
          Constructs a new GuardInstantiationException with a detailed 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

GuardInstantiationException

public GuardInstantiationException()
Constructs a new GuardInstantiationException with no detailed message.


GuardInstantiationException

public GuardInstantiationException(java.lang.String msg)
Constructs a new GuardInstantiationException with a detailed message. A detail message is a String that describes the exception.

Parameters:
msg - String containning the detailed message.