net.sourceforge.orbroker
Class ReflectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sourceforge.orbroker.BrokerException
                  extended bynet.sourceforge.orbroker.ReflectionException
All Implemented Interfaces:
Serializable

public final class ReflectionException
extends BrokerException

General exception wrapping a number of different exceptions relating to reflection.

Author:
Nils Kilden-Pedersen
See Also:
Serialized Form

Constructor Summary
ReflectionException(String message)
           
ReflectionException(String message, Throwable cause)
           
ReflectionException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReflectionException

public ReflectionException(String message)
Parameters:
message -

ReflectionException

public ReflectionException(Throwable cause)
Parameters:
cause -

ReflectionException

public ReflectionException(String message,
                           Throwable cause)
Parameters:
message -
cause -