java.lang
Class Exception
java.lang.Object
java.lang.Throwable
java.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
Exception
public Exception(String message)
Exception
public Exception()
Exception
public Exception(Throwable cause)
Exception
public Exception(String message,
Throwable cause)