Java.Lang.Exception: Constructor Members

The constructors of Java.Lang.Exception are listed below. For a list of all members, see the Exception Members list.

See Also: Inherited members from Java.Lang.Throwable

Public Constructors

Constructs a new Exception that includes the current stack trace.
Constructs a new Exception with the current stack trace and the specified cause.
Constructs a new Exception with the current stack trace and the specified detail message.
Constructs a new Exception with the current stack trace, the specified detail message and the specified cause.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.