configuration
Class HookBusy

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

public class HookBusy
extends ComponentConfiguratorException

An exception representing that a Hook already has something attached to it.

See Also:
Serialized Form

Constructor Summary
HookBusy()
           
HookBusy(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

HookBusy

public HookBusy()

HookBusy

public HookBusy(java.lang.String s)