com.jmrosengard.xmlbroker.deploy
Class ReflectorInvocationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.jmrosengard.xmlbroker.deploy.ReflectorInvocationException
All Implemented Interfaces:
java.io.Serializable

public class ReflectorInvocationException
extends java.lang.Exception

Exception thrown when Reflector fails a constructed method invocation.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ReflectorInvocationException(java.lang.String methodSign)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ReflectorInvocationException

public ReflectorInvocationException(java.lang.String methodSign)