configuration
Class HookVacant

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--configuration.ComponentConfiguratorException
                    |
                    +--configuration.HookVacant

public class HookVacant
extends ComponentConfiguratorException

An exception representing that nothing is attached to a given Hook.

See Also:
Serialized Form

Constructor Summary
HookVacant()
           
HookVacant(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HookVacant

public HookVacant()

HookVacant

public HookVacant(java.lang.String s)