Package java.lang
Class 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.