org.apache.qpid.test.utils
Class ReflectionUtilsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.qpid.test.utils.ReflectionUtilsException
- All Implemented Interfaces:
- Serializable
public class ReflectionUtilsException
- extends RuntimeException
Wraps a checked exception that occurs when ReflectionUtils
encounters checked exceptions using standard
Java reflection methods.
CRC Card
Responsibilities | Collaborations
|
---|
Wrap a checked reflection exception.
|
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReflectionUtilsException
public ReflectionUtilsException(String message,
Throwable cause)
- Creates a runtime reflection exception, from a checked one.
- Parameters:
message
- The message.cause
- The causing exception.
Licensed to the Apache Software Foundation