Java.Lang.Throwable: Constructor Members

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

See Also: Inherited members from System.Exception

Public Constructors

Constructs a new Throwable that includes the current stack trace.
Constructs a new Throwable with the current stack trace and the given cause.
Constructs a new Throwable with the current stack trace and the given detail message.
A constructor used when creating managed representations of JNI objects; called by the runtime.
Constructs a new Throwable with the current stack trace, the given detail message and cause.

Protected Constructors

Constructs a new Throwable with the current stack trace, the specified detail message and the specified cause.