Java javax.management ReflectionException fields, constructors, methods, implement or subclass

Example usage for Java javax.management ReflectionException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management ReflectionException.

The text is from its open source code.

Constructor

ReflectionException(java.lang.Exception e)
Creates a ReflectionException that wraps the actual java.lang.Exception.
ReflectionException(java.lang.Exception e, String message)
Creates a ReflectionException that wraps the actual java.lang.Exception with a detail message.

Method

ThrowablegetCause()
Returns the actual Exception thrown.
StringgetLocalizedMessage()
Creates a localized description of this throwable.
StringgetMessage()
Returns the detail message string of this throwable.
java.lang.ExceptiongetTargetException()
Returns the actual Exception thrown.
StringtoString()
Returns a short description of this throwable.