net.sourceforge.orbroker
Class ReflectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.orbroker.BrokerException
net.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReflectionException
public ReflectionException(String message)
- Parameters:
message
-
ReflectionException
public ReflectionException(Throwable cause)
- Parameters:
cause
-
ReflectionException
public ReflectionException(String message,
Throwable cause)
- Parameters:
message
- cause
-