Java in a Nutshell Online Quick Reference for Java 1.1

CLASS java.lang.Exception

Availability: JDK 1.0

public class Exception extends Throwable {
   // Public Constructors
      public Exception();
      public Exception(String s);
}
Extended By:
AclNotFoundException, AlreadyBoundException, AWTException, ClassNotFoundException, CloneNotSupportedException, DataFormatException, DigestException, IllegalAccessException, InstantiationException, InterruptedException, IntrospectionException, InvocationTargetException, IOException, KeyException, LastOwnerException, NoSuchAlgorithmException, NoSuchFieldException, NoSuchMethodException, NoSuchProviderException, NotBoundException, NotOwnerException, ParseException, PropertyVetoException, RuntimeException, ServerNotActiveException, SignatureException, SQLException, TooManyListenersException, UnsupportedFlavorException.
Passed To:
AccessException.AccessException(), ConnectException.ConnectException(), ConnectIOException.ConnectIOException(), ExportException.ExportException(), MarshalException.MarshalException(), RMIFailureHandler.failure(), ServerCloneException.ServerCloneException(), ServerException.ServerException(), ServerRuntimeException.ServerRuntimeException(), SkeletonNotFoundException.SkeletonNotFoundException(), SocketSecurityException.SocketSecurityException(), StubNotFoundException.StubNotFoundException(), UnexpectedException.UnexpectedException(), UnknownHostException.UnknownHostException(), UnmarshalException.UnmarshalException(), WriteAbortedException.WriteAbortedException().
Type Of:
ServerCloneException.detail, WriteAbortedException.detail.

Java in a Nutshell Online Quick Reference for Java 1.1
Created by David Flanagan. Copyright © 1997 by O'Reilly & Associates.