Package java.lang
Class Throwable

Public Constructor Throwable

Throwable()

Throwable(String message)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor Throwable():

Constructs an Throwable with no detail message.

constructor Throwable(String s):

Constructs an Throwable with the specified detail message.