| 
 | JavaTM 2 Platform Standard Edition | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Throwable | |
| java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. | 
| java.awt.color | Provides classes for color spaces. | 
| java.awt.datatransfer | Provides interfaces and classes for transferring data between and within applications. | 
| java.awt.dnd | Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI. | 
| java.awt.geom | Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry. | 
| java.awt.image | Provides classes for creating and modifying images. | 
| java.awt.print | Provides classes and interfaces for a general printing API. | 
| java.beans | Contains classes related to Java Beans development. | 
| java.io | Provides for system input and output through data streams, serialization and the file system. | 
| java.lang | Provides classes that are fundamental to the design of the Java programming language. | 
| java.lang.reflect | Provides classes and interfaces for obtaining reflective information about classes and objects. | 
| java.net | Provides the classes for implementing networking applications. | 
| java.rmi | Provides the RMI package. | 
| java.rmi.activation | Provides support for RMI Object Activation. | 
| java.rmi.server | Provides classes and interfaces for supporting the server side of RMI. | 
| java.security | Provides the classes and interfaces for the security framework. | 
| java.security.acl | The classes and interfaces in this package have been superseded by classes in the java.security package. | 
| java.security.cert | Provides classes and interfaces for parsing and managing certificates. | 
| java.security.spec | Provides classes and interfaces for key specifications and algorithm parameter specifications. | 
| java.sql | Provides the JDBC package. | 
| java.text | Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages. | 
| java.util | Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). | 
| java.util.jar | Provides classes for reading and writing the JAR (Java ARchive) file format, which is based on the standard ZIP file format with an optional manifest file. | 
| java.util.zip | Provides classes for reading and writing the standard ZIP and GZIP file formats. | 
| javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. | 
| javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. | 
| javax.swing.tree | Provides classes and interfaces for dealing with java.awt.swing.JTree. | 
| javax.swing.undo | Provides support for undo/redo capabilities in an application such as a text editor. | 
| org.omg.CORBA | Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). | 
| org.omg.CORBA.DynAnyPackage | Provides the exceptions used with the DynAnyinterface 
(InvalidValue,Invalid,InvalidSeq, andTypeMismatch). | 
| org.omg.CORBA.ORBPackage | Provides the exception InvalidName, which is thrown
by the methodORB.resolve_initial_referencesand the exceptionInconsistentTypeCode, which is thrown
by the Dynamic Any creation methods in the ORB class. | 
| org.omg.CORBA.portable | Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB. | 
| org.omg.CORBA.TypeCodePackage | Provides the user-defined exceptions BadKindandBounds, which are thrown by methods in
in the classTypeCode. | 
| org.omg.CosNaming.NamingContextPackage | Provides the exceptions used in the package org.omg.CosNaming(AlreadyBound,CannotProceed,InvalidName,NotEmpty, andNotFound) 
and also theHelperandHolderclasses for those
exceptions. | 
| Uses of Throwable in java.awt | 
| Subclasses of Throwable in java.awt | |
|  interface | AWTErrorThrown when a serious Abstract Window Toolkit error has occurred. | 
|  interface | AWTExceptionSignals that an Absract Window Toolkit exception has occurred. | 
|  interface | IllegalComponentStateExceptionSignals that an AWT component is not in an appropriate state for the requested operation. | 
| Methods in java.awt that throw Throwable | |
| protected  void | Window.finalize()Disposes of the input methods and context, and removes the WeakReference which formerly pointed to this Window from the parent's owned Window list. | 
| protected  void | Frame.finalize()We have to remove the (hard) reference to weakThis in the Vector, otherwise the WeakReference instance will never get garbage collected. | 
| protected  void | AWTEvent.finalize() | 
| protected  void | Font.finalize()Disposes the native Fontobject. | 
| Uses of Throwable in java.awt.color | 
| Subclasses of Throwable in java.awt.color | |
|  interface | CMMExceptionThis exception is thrown if the native CMM returns an error. | 
|  interface | ProfileDataExceptionThis exception is thrown when an error occurs in accessing or processing an ICC_Profile object. | 
| Uses of Throwable in java.awt.datatransfer | 
| Subclasses of Throwable in java.awt.datatransfer | |
|  interface | UnsupportedFlavorExceptionSignals that the requested data is not supported in this flavor. | 
| Uses of Throwable in java.awt.dnd | 
| Subclasses of Throwable in java.awt.dnd | |
|  interface | InvalidDnDOperationExceptionThis exception is thrown by various methods in the java.awt.dnd package. | 
| Uses of Throwable in java.awt.geom | 
| Subclasses of Throwable in java.awt.geom | |
|  interface | IllegalPathStateExceptionThe IllegalPathStateExceptionrepresents an 
 exception that is thrown if an operation is performed on a path 
 that is in an illegal state with respect to the particular
 operation being performed, such as appending a path segment 
 to aGeneralPathwithout an initial moveto. | 
|  interface | NoninvertibleTransformExceptionThe NoninvertibleTransformExceptionclass represents
 an exception that is thrown if an operation is performed requiring
 the inverse of anAffineTransformobject but theAffineTransformis in a non-invertible state. | 
| Uses of Throwable in java.awt.image | 
| Subclasses of Throwable in java.awt.image | |
|  interface | ImagingOpExceptionThe ImagingOpExceptionis thrown if one of theBufferedImageOporRasterOpfilter methods cannot
 process the image. | 
|  interface | RasterFormatExceptionThe RasterFormatExceptionis thrown if there is
 invalid layout information in theRaster. | 
| Uses of Throwable in java.awt.print | 
| Subclasses of Throwable in java.awt.print | |
|  interface | PrinterAbortExceptionThe PrinterAbortExceptionclass is a subclass ofPrinterExceptionand is used to indicate that a user
 or application has terminated the print job while it was in
 the process of printing. | 
|  interface | PrinterExceptionThe PrinterExceptionclass and its subclasses are used 
 to indicate that an exceptional condition has occurred in the print
 system. | 
|  interface | PrinterIOExceptionThe PrinterIOExceptionclass is a subclass ofPrinterExceptionand is used to indicate that an IO error 
 of some sort has occurred while printing. | 
| Uses of Throwable in java.beans | 
| Subclasses of Throwable in java.beans | |
|  interface | IntrospectionExceptionThrown when an exception happens during Introspection. | 
|  interface | PropertyVetoExceptionA PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value. | 
| Uses of Throwable in java.io | 
| Subclasses of Throwable in java.io | |
|  interface | CharConversionExceptionbase class for character conversion exceptions | 
|  interface | EOFExceptionSignals that an end of file or end of stream has been reached unexpectedly during input. | 
|  interface | FileNotFoundExceptionSignals that an attempt to open the file denoted by a specified pathname has failed. | 
|  interface | InterruptedIOExceptionSignals that an I/O operation has been interrupted. | 
|  interface | InvalidClassExceptionThrown when the Serialization runtime detects one of the following problems with a Class. | 
|  interface | InvalidObjectExceptionIndicates that one or more deserialized objects failed validation tests. | 
|  interface | IOExceptionSignals that an I/O exception of some sort has occurred. | 
|  interface | NotActiveExceptionThrown when serialization or deserialization is not active. | 
|  interface | NotSerializableExceptionThrown when an instance is required to have a Serializable interface. | 
|  interface | ObjectStreamExceptionSuperclass of all exceptions specific to Object Stream classes. | 
|  interface | OptionalDataExceptionUnexpected data appeared in an ObjectInputStream trying to read an Object. | 
|  interface | StreamCorruptedExceptionThrown when control information that was read from an object stream violates internal consistency checks. | 
|  interface | SyncFailedException | 
|  interface | UnsupportedEncodingExceptionThe Character Encoding is not supported | 
|  interface | UTFDataFormatExceptionSignals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface. | 
|  interface | WriteAbortedException | 
| Uses of Throwable in java.lang | 
| Subclasses of Throwable in java.lang | |
|  interface | AbstractMethodErrorThrown when an application tries to call an abstract method. | 
|  interface | ArithmeticExceptionThrown when an exceptional arithmetic condition has occurred. | 
|  interface | ArrayIndexOutOfBoundsExceptionThrown to indicate that an array has been accessed with an illegal index. | 
|  interface | ArrayStoreExceptionThrown to indicate that an attempt has been made to store the wrong type of object into an array of objects. | 
|  interface | ClassCastExceptionThrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance. | 
|  interface | ClassCircularityErrorThrown when a circularity has been detected while initializing a class. | 
|  interface | ClassFormatErrorThrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file. | 
|  interface | ClassNotFoundExceptionThrown when an application tries to load in a class through its string name using: The forNamemethod in classClass. | 
|  interface | CloneNotSupportedExceptionThrown to indicate that the clonemethod in classObjecthas been called to clone an object, but that 
 the object's class does not implement theCloneableinterface. | 
|  interface | ErrorAn Erroris a subclass ofThrowablethat indicates serious problems that a reasonable application 
 should not try to catch. | 
|  interface | ExceptionThe class Exceptionand its subclasses are a form ofThrowablethat indicates conditions that a reasonable 
 application might want to catch. | 
|  interface | ExceptionInInitializerErrorSignals that an unexpected exception has occurred in a static initializer. | 
|  interface | IllegalAccessErrorThrown if an application attempts to access or modify a field, or to call a method that it does not have access to. | 
|  interface | IllegalAccessExceptionThrown when an application tries to load in a class through its string name using: The forNamemethod in classClass. | 
|  interface | IllegalArgumentExceptionThrown to indicate that a method has been passed an illegal or inappropriate argument. | 
|  interface | IllegalMonitorStateExceptionThrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor. | 
|  interface | IllegalStateExceptionSignals that a method has been invoked at an illegal or inappropriate time. | 
|  interface | IllegalThreadStateExceptionThrown to indicate that a thread is not in an appropriate state for the requested operation. | 
|  interface | IncompatibleClassChangeErrorThrown when an incompatible class change has occurred to some class definition. | 
|  interface | IndexOutOfBoundsExceptionThrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range. | 
|  interface | InstantiationErrorThrown when an application tries to use the Java newconstruct to instantiate an abstract class or an interface. | 
|  interface | InstantiationExceptionThrown when an application tries to create an instance of a class using the newInstancemethod in classClass, but the specified class object cannot be 
 instantiated because it is an interface or is an abstract class. | 
|  interface | InternalErrorThrown to indicate some unexpected internal error has occurred in the Java Virtual Machine. | 
|  interface | InterruptedExceptionThrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it using the interruptmethod in classThread. | 
|  interface | LinkageErrorSubclasses of LinkageErrorindicate that a class has 
 some dependency on another class; however, the latter class has 
 incompatibly changed after the compilation of the former class. | 
|  interface | NegativeArraySizeExceptionThrown if an application tries to create an array with negative size. | 
|  interface | NoClassDefFoundErrorThrown if the Java Virtual Machine or a classloader tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the newexpression) and no definition of the class could be found. | 
|  interface | NoSuchFieldErrorThrown if an application tries to access or modify a specified field of an object, and that object no longer has that field. | 
|  interface | NoSuchFieldExceptionSignals that the class doesn't have a field of a specified name. | 
|  interface | NoSuchMethodErrorThrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method. | 
|  interface | NoSuchMethodExceptionThrown when a particular method cannot be found. | 
|  interface | NullPointerExceptionThrown when an application attempts to use nullin a 
 case where an object is required. | 
|  interface | NumberFormatExceptionThrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format. | 
|  interface | OutOfMemoryErrorThrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector. | 
|  interface | RuntimeExceptionRuntimeExceptionis the superclass of those 
 exceptions that can be thrown during the normal operation of the 
 Java Virtual Machine. | 
|  interface | SecurityExceptionThrown by the security manager to indicate a security violation. | 
|  interface | StackOverflowErrorThrown when a stack overflow occurs because an application recurses too deeply. | 
|  interface | StringIndexOutOfBoundsExceptionThrown by the charAtmethod in classStringand by otherStringmethods to indicate that an index is either negative or greater 
 than or equal to the size of the string. | 
|  interface | ThreadDeathAn instance of ThreadDeathis thrown in the victim 
 thread when thestopmethod with zero arguments in 
 classThreadis called. | 
|  interface | UnknownErrorThrown when an unknown but serious exception has occurred in the Java Virtual Machine. | 
|  interface | UnsatisfiedLinkErrorThrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native. | 
|  interface | UnsupportedClassVersionErrorThrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported. | 
|  interface | UnsupportedOperationExceptionThrown to indicate that the requested operation is not supported. | 
|  interface | VerifyErrorThrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem. | 
|  interface | VirtualMachineErrorThrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating. | 
| Methods in java.lang that return Throwable | |
|  Throwable | Throwable.fillInStackTrace()Fills in the execution stack trace. | 
|  Throwable | ExceptionInInitializerError.getException()Returns the exception that occurred during a static initialization that caused this Error to be created. | 
|  Throwable | ClassNotFoundException.getException()Returns the exception that was raised if an error occurred while attempting to load the class. | 
| Methods in java.lang with parameters of type Throwable | |
|  void | Thread.stop(Throwable obj)Deprecated. This method is inherently unsafe. See Thread.stop()(with no arguments) for details.  An additional danger of this
        method is that it may be used to generate exceptions that the
        target thread is unprepared to handle (including checked
        exceptions that the thread could not possibly throw, were it
        not for this method).
        For more information, see 
        Why 
        are Thread.stop, Thread.suspend and Thread.resume Deprecated?. | 
|  void | ThreadGroup.uncaughtException(Thread t,
                  Throwable e)Called by the Java Virtual Machine when a thread in this thread group stops because of an uncaught exception. | 
| Methods in java.lang that throw Throwable | |
| protected  void | Object.finalize()Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. | 
| Constructors in java.lang with parameters of type Throwable | |
| ExceptionInInitializerError.ExceptionInInitializerError(Throwable thrown)Constructs a new ExceptionInInitializerErrorclass by 
 saving a reference to theThrowableobject thrown for 
 later retrieval by theExceptionInInitializerError.getException()method. | |
| ClassNotFoundException.ClassNotFoundException(String s,
                       Throwable ex)Constructs a ClassNotFoundExceptionwith the
 specified detail message and optional exception that was
 raised while loading the class. | |
| Uses of Throwable in java.lang.reflect | 
| Subclasses of Throwable in java.lang.reflect | |
|  interface | InvocationTargetExceptionInvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor. | 
| Methods in java.lang.reflect that return Throwable | |
|  Throwable | InvocationTargetException.getTargetException()Get the thrown target exception. | 
| Constructors in java.lang.reflect with parameters of type Throwable | |
| InvocationTargetException.InvocationTargetException(Throwable target)Constructs a InvocationTargetException with a target exception. | |
| InvocationTargetException.InvocationTargetException(Throwable target,
                          String s)Constructs a InvocationTargetException with a target exception and a detail message. | |
| Uses of Throwable in java.net | 
| Subclasses of Throwable in java.net | |
|  interface | BindExceptionSignals that an error occurred while attempting to bind a socket to a local address and port. | 
|  interface | MalformedURLExceptionThrown to indicate that a malformed URL has occurred. | 
|  interface | NoRouteToHostExceptionSignals that an error occurred while attempting to connect a socket to a remote address and port. | 
|  interface | ProtocolExceptionThrown to indicate that there is an error in the underlying protocol, such as a TCP error. | 
|  interface | SocketExceptionThrown to indicate that there is an error in the underlying protocol, such as a TCP error. | 
|  interface | UnknownHostExceptionThrown to indicate that the IP address of a host could not be determined. | 
|  interface | UnknownServiceExceptionThrown to indicate that an unknown service exception has occurred. | 
| Uses of Throwable in java.rmi | 
| Subclasses of Throwable in java.rmi | |
|  interface | AccessExceptionAn AccessExceptionis thrown by certain methods of thejava.rmi.Namingclass (specificallybind,rebind, andunbind) and methods of thejava.rmi.activation.ActivationSysteminterface to
 indicate that the caller does not have permission to perform the action
 requested by the method call. | 
|  interface | AlreadyBoundExceptionAn AlreadyBoundExceptionis thrown if an attempt
 is made to bind an object in the registry to a name that already
 has an associated binding. | 
|  interface | ConnectExceptionA ConnectExceptionis thrown if a connection is refused
 to the remote host for a remote method call. | 
|  interface | ConnectIOExceptionA ConnectIOExceptionis thrown if anIOExceptionoccurs while making a connection
 to the remote host for a remote method call. | 
|  interface | MarshalExceptionA MarshalExceptionis thrown if ajava.io.IOExceptionoccurs while marshalling the remote call
 header, arguments or return value for a remote method call. | 
|  interface | NoSuchObjectExceptionA NoSuchObjectExceptionis thrown if an attempt is made to
 invoke a method on an object that no longer exists in the remote virtual
 machine. | 
|  interface | NotBoundExceptionA NotBoundExceptionis thrown if an attempt
 is made to lookup or unbind in the registry a name that has
 no associated binding. | 
|  interface | RemoteExceptionA RemoteExceptionis the common superclass for a number of
 communication-related exceptions that may occur during the execution of a
 remote method call. | 
|  interface | RMISecurityExceptionDeprecated. no replacement. RMISecurityManagerno longer
 throws this subclass ofjava.lang.SecurityException. | 
|  interface | ServerErrorA ServerErroris thrown as a result of a remote method call
 if the execution of the remote method on the server machine throws ajava.lang.Error. | 
|  interface | ServerExceptionA ServerExceptionis thrown as a result of a remote method call
 if the execution of the remote method on the server machine throws aRemoteException. | 
|  interface | ServerRuntimeExceptionDeprecated. no replacement | 
|  interface | StubNotFoundExceptionA StubNotFoundExceptionis thrown if a valid stub class
 could not be found for a remote object when it is exported. | 
|  interface | UnexpectedExceptionAn UnexpectedExceptionis thrown if the client of a
 remote method call receives, as a result of the call, a checked
 exception that is not among the checked exception types declared in thethrowsclause of the method in the remote interface. | 
|  interface | UnmarshalExceptionAn UnmarshalExceptioncan be thrown while unmarshalling the
 parameters or results of a remote method call if any of the following
 conditions occur:
 
  if an exception occurs while unmarshalling the call header
  if the protocol for the return value is invalid
  if ajava.io.IOExceptionoccurs unmarshalling
 parameters (on the server side) or the return value (on the client side). | 
| Fields in java.rmi declared as Throwable | |
|  Throwable | RemoteException.detailNested Exception to hold wrapped remote exception. | 
| Constructors in java.rmi with parameters of type Throwable | |
| RemoteException.RemoteException(String s,
                Throwable ex)Constructs a RemoteExceptionwith the specified
 detail message and nested exception. | |
| Uses of Throwable in java.rmi.activation | 
| Subclasses of Throwable in java.rmi.activation | |
|  interface | ActivateFailedExceptionThis exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object. | 
|  interface | ActivationExceptionGeneral exception used by the activation interfaces. | 
|  interface | UnknownGroupExceptionAn UnknownGroupExceptionis thrown by methods of classes and
 interfaces in thejava.rmi.activationpackage when theActivationGroupIDparameter to the method is determined to be
 invalid, i.e., not known by theActivationSystem. | 
|  interface | UnknownObjectExceptionAn UnknownObjectExceptionis thrown by methods of classes and
 interfaces in thejava.rmi.activationpackage when theActivationIDparameter to the method is determined to be
 invalid. | 
| Fields in java.rmi.activation declared as Throwable | |
|  Throwable | ActivationException.detailNested Exception to hold wrapped remote exceptions. | 
| Constructors in java.rmi.activation with parameters of type Throwable | |
| ActivationException.ActivationException(String s,
                    Throwable ex)Constructs an ActivationExceptionwith detail message,s, and detail exceptionex. | |
| Uses of Throwable in java.rmi.server | 
| Subclasses of Throwable in java.rmi.server | |
|  interface | ExportExceptionAn ExportExceptionis aRemoteExceptionthrown if an attempt to export a remote object fails. | 
|  interface | ServerCloneExceptionA ServerCloneExceptionis thrown if a remote exception occurs
 during the cloning of aUnicastRemoteObject. | 
|  interface | ServerNotActiveExceptionAn ServerNotActiveExceptionis anExceptionthrown during a call toRemoteServer.getClientHostif
 the getClientHost method is called outside of servicing a remote
 method call. | 
|  interface | SkeletonMismatchExceptionDeprecated. no replacement. Skeletons are no longer required for remote method calls in JDK1.2 and greater. | 
|  interface | SkeletonNotFoundExceptionDeprecated. no replacement. Skeletons are no longer required for remote method calls in JDK1.2 and greater. | 
|  interface | SocketSecurityExceptionA SocketSecurityExceptionis thrown during remote object
 export if the code exporting the remote object (either by construction
 or by explicit call to theexportObjectmethod ofUnicastRemoteObjectorjava.rmi.activation.Activatable) does not have permission
 to create ajava.net.ServerSocketon the port number
 specified during remote object export. | 
| Uses of Throwable in java.security | 
| Subclasses of Throwable in java.security | |
|  interface | AccessControlExceptionThis exception is thrown by the AccessController to indicate that a requested access (to a critical system resource such as the file system or the network) is denied. | 
|  interface | DigestExceptionThis is the generic Message Digest exception. | 
|  interface | GeneralSecurityExceptionThis is the general security exception class, which serves to group all the exception classes of the java.securitypackage that
 extend from it. | 
|  interface | InvalidAlgorithmParameterExceptionThis is the exception for invalid or inappropriate algorithm parameters. | 
|  interface | InvalidKeyExceptionThis is the exception for invalid Keys (invalid encoding, wrong length, uninitialized, etc). | 
|  interface | InvalidParameterExceptionThis exception is thrown when an invalid parameter is passed to a method. | 
|  interface | KeyExceptionThis is the basic key exception. | 
|  interface | KeyManagementExceptionThis is the general key management exception, for all operations dealing with key management. | 
|  interface | KeyStoreExceptionThis is the generic KeyStore exception. | 
|  interface | NoSuchAlgorithmExceptionThis exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment. | 
|  interface | NoSuchProviderExceptionThis exception is thrown when a particular security provider is requested but is not available in the environment. | 
|  interface | PrivilegedActionExceptionThis exception is thrown by doPrivileged(PrivilegedExceptionAction)anddoPrivileged(PrivilegedExceptionAction,
 AccessControlContext context)to indicate
 that the action being performed threw a checked exception. | 
|  interface | ProviderExceptionA runtime exception for Provider exceptions (such as misconfiguration errors), which may be subclassed by Providers to throw specialized, provider-specific runtime errors. | 
|  interface | SignatureExceptionThis is the generic Signature exception. | 
|  interface | UnrecoverableKeyExceptionThis exception is thrown if a key in the keystore cannot be recovered. | 
| Uses of Throwable in java.security.acl | 
| Subclasses of Throwable in java.security.acl | |
|  interface | AclNotFoundExceptionThis is an exception that is thrown whenever a reference is made to a non-existent ACL (Access Control List). | 
|  interface | LastOwnerExceptionThis is an exception that is thrown whenever an attempt is made to delete the last owner of an Access Control List. | 
|  interface | NotOwnerExceptionThis is an exception that is thrown whenever the modification of an object (such as an Access Control List) is only allowed to be done by an owner of the object, but the Principal attempting the modification is not an owner. | 
| Uses of Throwable in java.security.cert | 
| Subclasses of Throwable in java.security.cert | |
|  interface | CertificateEncodingExceptionCertificate Encoding Exception. | 
|  interface | CertificateExceptionThis exception indicates one of a variety of certificate problems. | 
|  interface | CertificateExpiredExceptionCertificate Expired Exception. | 
|  interface | CertificateNotYetValidExceptionCertificate is not yet valid exception. | 
|  interface | CertificateParsingExceptionCertificate Parsing Exception. | 
|  interface | CRLExceptionCRL (Certificate Revocation List) Exception | 
| Uses of Throwable in java.security.spec | 
| Subclasses of Throwable in java.security.spec | |
|  interface | InvalidKeySpecExceptionThis is the exception for invalid key specifications. | 
|  interface | InvalidParameterSpecExceptionThis is the exception for invalid parameter specifications. | 
| Uses of Throwable in java.sql | 
| Subclasses of Throwable in java.sql | |
|  interface | BatchUpdateExceptionJDBC 2.0 | 
|  interface | DataTruncationAn exception that reports a DataTruncation warning (on reads) or throws a DataTruncation exception (on writes) when JDBC unexpectedly truncates a data value. | 
|  interface | SQLExceptionAn exception that provides information on a database access error. | 
|  interface | SQLWarningAn exception that provides information on database access warnings. | 
| Uses of Throwable in java.text | 
| Subclasses of Throwable in java.text | |
|  interface | ParseExceptionSignals that an error has been reached unexpectedly while parsing. | 
| Uses of Throwable in java.util | 
| Subclasses of Throwable in java.util | |
|  interface | ConcurrentModificationExceptionThis exception may be thrown by methods that have detected concurrent modification of a backing object when such modification is not permissible. | 
|  interface | EmptyStackExceptionThrown by methods in the Stackclass to indicate 
 that the stack is empty. | 
|  interface | MissingResourceExceptionSignals that a resource is missing. | 
|  interface | NoSuchElementExceptionThrown by the nextElementmethod of anEnumerationto indicate that there are no more 
 elements in the enumeration. | 
|  interface | TooManyListenersExceptionThe  TooManyListenersException Exception is used as part of
 the Java Event model to annotate and implement a unicast special case of
 a multicast Event Source. | 
| Uses of Throwable in java.util.jar | 
| Subclasses of Throwable in java.util.jar | |
|  interface | JarExceptionSignals that an error of some sort has occurred while reading from or writing to a JAR file. | 
| Uses of Throwable in java.util.zip | 
| Subclasses of Throwable in java.util.zip | |
|  interface | DataFormatExceptionSignals that a data format error has occurred. | 
|  interface | ZipException | 
| Uses of Throwable in javax.swing | 
| Subclasses of Throwable in javax.swing | |
|  interface | UnsupportedLookAndFeelExceptionAn exception that indicates the request look & feel management classes are not present on the user's system. | 
| Uses of Throwable in javax.swing.text | 
| Subclasses of Throwable in javax.swing.text | |
|  interface | BadLocationExceptionThis exception is to report bad locations within a document model (that is, attempts to reference a location that doesn't exist). | 
|  interface | ChangedCharSetExceptionChangedCharSetException as the name indicates is an exception thrown when the charset is changed. | 
| Methods in javax.swing.text that throw Throwable | |
| protected  void | AbstractDocument.AbstractElement.finalize()Finalizes an AbstractElement. | 
| Uses of Throwable in javax.swing.tree | 
| Subclasses of Throwable in javax.swing.tree | |
|  interface | ExpandVetoExceptionException used to stop and expand/collapse from happening. | 
| Uses of Throwable in javax.swing.undo | 
| Subclasses of Throwable in javax.swing.undo | |
|  interface | CannotRedoExceptionThrown when an UndoableEdit is told to redo()and can't. | 
|  interface | CannotUndoExceptionThrown when an UndoableEdit is told to undo()and can't. | 
| Uses of Throwable in org.omg.CORBA | 
| Subclasses of Throwable in org.omg.CORBA | |
|  interface | BAD_CONTEXTThe CORBA BAD_CONTEXTexception, which is thrown when there is
 an error processing a context object. | 
|  interface | BAD_INV_ORDERThe CORBA BAD_INV_ORDERexception, which is thrown
 when methods are called out of order. | 
|  interface | BAD_OPERATIONThe CORBA BAD_OPERATIONexception, which is thrown
 when a method is invalid. | 
|  interface | BAD_PARAMThe CORBA BAD_PARAMexception, which is thrown
 when an invalid parameter is passed to a method. | 
|  interface | BAD_TYPECODEThe CORBA BAD_TYPECODEexception, which is thrown
 when the specified typecode is invalid. | 
|  interface | Bounds | 
|  interface | COMM_FAILUREThe CORBA COMM_FAILUREexception, which is thrown
 when there is a communication failure. | 
|  interface | DATA_CONVERSIONThe CORBA DATA_CONVERSIONexception, which is thrown
 when there is a data conversion error. | 
|  interface | FREE_MEMThe CORBA FREE_MEMexception, which is thrown
 when the system is unable to free memory. | 
|  interface | IMP_LIMITThe CORBA IMP_LIMITexception, which is thrown
 when the implementation limit has been violated. | 
|  interface | INITIALIZEThe CORBA INITIALIZEexception, which is thrown
 when there is an ORB initialization error. | 
|  interface | INTERNALThe CORBA INTERNALexception, which is thrown
 when there is an ORB internal error. | 
|  interface | INTF_REPOSThe CORBA INTF_REPOSexception, which is thrown
 when there is an error accessing the interface repository. | 
|  interface | INV_FLAGThe CORBA INV_FLAGexception, which is thrown
 when an invalid flag is specified. | 
|  interface | INV_IDENTThe CORBA INV_IDENTexception, which is thrown
 when identifier syntax is invalid. | 
|  interface | INV_OBJREFThe CORBA INV_OBJREFexception, which is thrown
 when an invalid object reference is specified. | 
|  interface | INV_POLICYThe CORBA INV_POLICYstandard exception, which is thrown
 when an invocation cannot be made because of an incompatibility between 
 Policy overrides. | 
|  interface | INVALID_TRANSACTIONThe CORBA INVALID_TRANSACTIONexception, which is thrown
 when there is a transaction error. | 
|  interface | MARSHALThe CORBA MARSHALexception, which is thrown
 when the ORB has a problem marshalling or unmarshalling parameters. | 
|  interface | NO_IMPLEMENTThe CORBA NO_IMPLEMENTexception, which is thrown
 when the implementation for a method is not available. | 
|  interface | NO_MEMORYThe CORBA NO_MEMORYexception, which may be thrown
 by either the client or the server
 when there is not enough memory for a dynamic memory allocation. | 
|  interface | NO_PERMISSIONThe CORBA NO_PERMISSIONexception, which is thrown
 if the client does not have permission to perform the request. | 
|  interface | NO_RESOURCESThe CORBA NO_RESOURCESexception, which is thrown
 when either the client or the server does not have sufficient resources
 to perform the request. | 
|  interface | NO_RESPONSEThe CORBA NO_RESPONSEexception, which is thrown
 when a response to the request is not yet available. | 
|  interface | OBJ_ADAPTERThe CORBA OBJ_ADAPTERexception, which is thrown
 by the object adapter on the server to indicate some error. | 
|  interface | OBJECT_NOT_EXISTThe CORBA OBJECT_NOT_EXISTexception, which is usually thrown
 from the server to indicate that the target object does not exist. | 
|  interface | PERSIST_STOREThe CORBA PERSIST_STOREexception, which is thrown
 when there is an error with the persistent storage on the server. | 
|  interface | PolicyErrorAn exception carrying one of the following policy error reason codes defined in the org.omg.CORBA package: BAD_POLICY, BAD_POLICY_TYPE, BAD_POLICY_VALUE, UNSUPPORTED_POLICY, UNSUPPORTED_POLICY_VALUE | 
|  interface | SystemExceptionThe root class for all CORBA standard exceptions. | 
|  interface | TRANSACTION_REQUIREDThe CORBA TRANSACTION_REQUIREDexception, which is thrown
 by the ORB on the client or server during the
 processing of a request that
 is required to be enclosed in a transaction. | 
|  interface | TRANSACTION_ROLLEDBACKThe CORBA TRANSACTION_ROLLEDBACKexception, which is thrown
 when a transactional operation did not complete
 because the transaction was rolled back. | 
|  interface | TRANSIENTThe CORBA TRANSIENTexception, which is thrown
 by the server to signal a transient failure
 that might not occur again if the request is retried. | 
|  interface | UNKNOWNThe CORBA UNKNOWNexception, which is thrown when there is
 an error whose cause is unknown to the ORB. | 
|  interface | UnknownUserExceptionA class that contains user exceptions returned by the server. | 
|  interface | UserExceptionThe root class for CORBA IDL-defined user exceptions. | 
|  interface | WrongTransactionThe CORBA WrongTransactionuser-defined exception. | 
| Uses of Throwable in org.omg.CORBA.DynAnyPackage | 
| Subclasses of Throwable in org.omg.CORBA.DynAnyPackage | |
|  interface | InvalidInvalid is thrown by dynamic any operations when a bad DynAnyorAnyis passed as a parameter. | 
|  interface | InvalidSeqThe InvalidSeq exception is thrown by all operations on dynamic anys that take a sequence (Java array) as an argument, when that sequence is invalid. | 
|  interface | InvalidValue | 
|  interface | TypeMismatchTypeMismatch is thrown by dynamic any accessor methods when type of the actual contents do not match what is trying to be accessed. | 
| Uses of Throwable in org.omg.CORBA.ORBPackage | 
| Subclasses of Throwable in org.omg.CORBA.ORBPackage | |
|  interface | InconsistentTypeCodeInconsistentTypeCode is thrown when an attempt is made to create a dynamic any with a type code that does not match the particular subclass of DynAny. | 
|  interface | InvalidNameThe InvalidNameexception is raised whenORB.resolve_initial_referencesis passed a name
 for which there is no initial reference. | 
| Uses of Throwable in org.omg.CORBA.portable | 
| Subclasses of Throwable in org.omg.CORBA.portable | |
|  interface | ApplicationExceptionThis class is used for reporting application level exceptions between ORBs and stubs. | 
|  interface | RemarshalExceptionThis class is used for reporting locate forward exceptions and object forward GIOP messages back to the ORB. | 
| Uses of Throwable in org.omg.CORBA.TypeCodePackage | 
| Subclasses of Throwable in org.omg.CORBA.TypeCodePackage | |
|  interface | BadKindThe exception BadKindis thrown when 
 an inappropriate operation is invoked on aTypeCodeobject. | 
| Uses of Throwable in org.omg.CosNaming.NamingContextPackage | 
| Subclasses of Throwable in org.omg.CosNaming.NamingContextPackage | |
|  interface | AlreadyBound | 
|  interface | CannotProceed | 
|  interface | NotEmpty | 
|  interface | NotFound | 
| 
 | JavaTM 2 Platform Standard Edition | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||