jasco.runtime.aspect.factory
Class HookInstantiationFailed

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jasco.runtime.aspect.factory.HookInstantiationFailed
All Implemented Interfaces:
java.io.Serializable

public class HookInstantiationFailed
extends java.lang.Exception

Exception thrown when an instance of IAspectInstanceCreator is unable to instantiate and initialize the requested hook.

Author:
Wim
See Also:
Serialized Form

Constructor Summary
HookInstantiationFailed()
           
HookInstantiationFailed(java.lang.String arg0)
           
HookInstantiationFailed(java.lang.String arg0, java.lang.Throwable arg1)
           
HookInstantiationFailed(java.lang.Throwable arg0)
           
 
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

HookInstantiationFailed

public HookInstantiationFailed()

HookInstantiationFailed

public HookInstantiationFailed(java.lang.String arg0)
Parameters:
arg0 -

HookInstantiationFailed

public HookInstantiationFailed(java.lang.String arg0,
                               java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

HookInstantiationFailed

public HookInstantiationFailed(java.lang.Throwable arg0)
Parameters:
arg0 -