Class Exception

public class Exception
extends Throwable

// Superclass of RuntimeException, TooManyListenersException
See the official Java API doc for details.

Constructors

Exception()
Exception(String)
Exception(String, Throwable)
Exception(Throwable)