java.lang
Class Exception

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
Direct Known Subclasses:
ClassNotFoundException, CloneNotSupportedException, HandleStoppedException, IllegalAccessException, InstantiationException, InterruptedException, InvocationTargetException, IOException, NoSuchFieldException, NoSuchMethodException, RemoteCall.UnknownException, RuntimeException, TimedOutException, UseNonNativeMethodException

public class Exception
extends Throwable


Constructor Summary
Exception()
           
Exception(String message)
           
Exception(String message, Throwable cause)
           
Exception(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

Exception

public Exception(String message)

Exception

public Exception()

Exception

public Exception(Throwable cause)

Exception

public Exception(String message,
                 Throwable cause)