public class ReflectionException extends TruggerException
This exception should be used only for encapsulation of another exceptions.
Constructor and Description |
---|
ReflectionException(java.lang.String message)
Creates a new ReflectionException with the specified message.
|
ReflectionException(java.lang.String message,
java.lang.Throwable cause)
Creates a new ReflectionException with the given cause and the specified
message.
|
ReflectionException(java.lang.Throwable cause)
Creates a new ReflectionException with the given cause.
|
public ReflectionException(java.lang.Throwable cause)
cause
- the exception causepublic ReflectionException(java.lang.String message, java.lang.Throwable cause)
message
- the exception messagecause
- the exception causepublic ReflectionException(java.lang.String message)
message
- the exception message