Package java.lang
Class RuntimeException

Public Constructor RuntimeException

RuntimeException()

RuntimeException(String s)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor RuntimeException():

Constructs an RuntimeException with no detail message.

constructor RuntimeException(String s):

Constructs an RuntimeException with the specified detail message.