Creates a ReflectionException that wraps the actual java.lang.Exception.parame the wrapped exception. super() ; exception = e ;
ReflectionException
java.lang.Exception
super() ; exception = e ;
Creates a ReflectionException that wraps the actual java.lang.Exception with a detail message.parame the wrapped exception.parammessage the detail message. super(message) ; exception = e ;
super(message) ; exception = e ;
Returns the actual {@link Exception} thrown.returnthe wrapped {@link Exception}. return exception;
return exception;
Returns the actual {@link Exception} thrown.returnthe wrapped {@link Exception}. return exception ;
return exception ;