java.lang
Class Exception

java.lang.Object
   |
   +--java.lang.Throwable
         |
         +--java.lang.Exception
Direct Subclasses:
CloneNotSupportedException, InterruptedException

class Exception
extends Throwable

Constructor Summary
public Exception()
           Default constructor
  
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Constructor Detail

Exception

public Exception()