Package java.lang
Class Exception

Public Constructor Exception

Exception()

Exception(String s)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor Exception():

Constructs an Exception with no detail message.

constructor Exception(String s):

Constructs an Exception with the specified detail message.