Java Platform 1.2

Uses of Class
java.lang.Exception

Packages that use Exception
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 Provides interfaces and classes for supporting drag-and-drop operations. 
java.awt.event Provides interfaces and classes for dealing with different types of events fired by AWT components. 
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 DynAny interface (InvalidValue, Invalid, InvalidSeq, and TypeMismatch). 
org.omg.CORBA.ORBPackage Provides the exception InvalidName, which is thrown by the method ORB.resolve_initial_references and the exception InconsistentTypeCode, 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 BadKind and Bounds, which are thrown by methods in in the class TypeCode
org.omg.CosNaming.NamingContextPackage Provides the exceptions used in the package org.omg.CosNaming (AlreadyBound, CannotProceed, InvalidName, NotEmpty, and NotFound) and also the Helper and Holder classes for those exceptions. 
 

Uses of Exception in java.awt
 

Subclasses of Exception in java.awt
 interface AWTException
          Signals that an Absract Window Toolkit exception has occurred.
 interface IllegalComponentStateException
          Signals that an AWT component is not in an appropriate state for the requested operation.
 

Uses of Exception in java.awt.color
 

Subclasses of Exception in java.awt.color
 interface CMMException
          This exception is thrown if the native CMM returns an error.
 interface ProfileDataException
          This exception is thrown when an error occurs in accessing or processing an ICC_Profile object.
 

Uses of Exception in java.awt.datatransfer
 

Subclasses of Exception in java.awt.datatransfer
 interface UnsupportedFlavorException
          Signals that the requested data is not supported in this flavor.
 

Uses of Exception in java.awt.dnd
 

Subclasses of Exception in java.awt.dnd
 interface InvalidDnDOperationException
           This exception is thrown by various methods in the java.awt.dnd package.
 

Uses of Exception in java.awt.event
 

Methods in java.awt.event that return Exception
 Exception InvocationEvent.getException()
          Returns any Exception caught while executing the Runnable's run() method.
 

Uses of Exception in java.awt.geom
 

Subclasses of Exception in java.awt.geom
 interface IllegalPathStateException
          The IllegalPathStateException represents 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 a GeneralPath without an initial moveto.
 interface NoninvertibleTransformException
          The NoninvertibleTransformException class represents an exception that is thrown if an operation is performed requiring the inverse of an AffineTransform object but the AffineTransform is in a non-invertible state.
 

Uses of Exception in java.awt.image
 

Subclasses of Exception in java.awt.image
 interface ImagingOpException
          The ImagingOpException is thrown if one of the BufferedImageOp or RasterOp filter methods cannot process the image.
 interface RasterFormatException
          The RasterFormatException is thrown if there is invalid layout information in the Raster.
 

Uses of Exception in java.awt.print
 

Subclasses of Exception in java.awt.print
 interface PrinterAbortException
          The PrinterAbortException class is a subclass of PrinterException and is used to indicate that a user or application has terminated the print job while it was in the process of printing.
 interface PrinterException
          The PrinterException class and its subclasses are used to indicate that an exceptional condition has occurred in the print system.
 interface PrinterIOException
          The PrinterIOException class is a subclass of PrinterException and is used to indicate that an IO error of some sort has occurred while printing.
 

Uses of Exception in java.beans
 

Subclasses of Exception in java.beans
 interface IntrospectionException
          Thrown when an exception happens during Introspection.
 interface PropertyVetoException
          A PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value.
 

Uses of Exception in java.io
 

Subclasses of Exception in java.io
 interface CharConversionException
          base class for character conversion exceptions
 interface EOFException
          Signals that an end of file or end of stream has been reached unexpectedly during input.
 interface FileNotFoundException
          Signals that an attempt to open the file denoted by a specified pathname has failed.
 interface InterruptedIOException
          Signals that an I/O operation has been interrupted.
 interface InvalidClassException
          Thrown when the Serialization runtime detects one of the following problems with a Class.
 interface InvalidObjectException
          Indicates that one or more deserialized objects failed validation tests.
 interface IOException
          Signals that an I/O exception of some sort has occurred.
 interface NotActiveException
          Thrown when serialization or deserialization is not active.
 interface NotSerializableException
          Thrown when an instance is required to have a Serializable interface.
 interface ObjectStreamException
          Superclass of all exceptions specific to Object Stream classes.
 interface OptionalDataException
          Unexpected data appeared in an ObjectInputStream trying to read an Object.
 interface StreamCorruptedException
          Thrown when control information that was read from an object stream violates internal consistency checks.
 interface SyncFailedException
           
 interface UnsupportedEncodingException
          The Character Encoding is not supported
 interface UTFDataFormatException
          Signals 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
           
 

Fields in java.io declared as Exception
 Exception WriteAbortedException.detail
          Exception that was caught while writing the ObjectStream.
 

Constructors in java.io with parameters of type Exception
WriteAbortedException.WriteAbortedException(String s, Exception ex)
          Thrown during a read operation when one of the ObjectStreamExceptions was thrown during a write operation.
 

Uses of Exception in java.lang
 

Subclasses of Exception in java.lang
 interface ArithmeticException
          Thrown when an exceptional arithmetic condition has occurred.
 interface ArrayIndexOutOfBoundsException
          Thrown to indicate that an array has been accessed with an illegal index.
 interface ArrayStoreException
          Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
 interface ClassCastException
          Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
 interface ClassNotFoundException
          Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
 interface CloneNotSupportedException
          Thrown to indicate that the clone method in class Object has been called to clone an object, but that the object's class does not implement the Cloneable interface.
 interface IllegalAccessException
          Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
 interface IllegalArgumentException
          Thrown to indicate that a method has been passed an illegal or inappropriate argument.
 interface IllegalMonitorStateException
          Thrown 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 IllegalStateException
          Signals that a method has been invoked at an illegal or inappropriate time.
 interface IllegalThreadStateException
          Thrown to indicate that a thread is not in an appropriate state for the requested operation.
 interface IndexOutOfBoundsException
          Thrown 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 InstantiationException
          Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class.
 interface InterruptedException
          Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it using the interrupt method in class Thread.
 interface NegativeArraySizeException
          Thrown if an application tries to create an array with negative size.
 interface NoSuchFieldException
          Signals that the class doesn't have a field of a specified name.
 interface NoSuchMethodException
          Thrown when a particular method cannot be found.
 interface NullPointerException
          Thrown when an application attempts to use null in a case where an object is required.
 interface NumberFormatException
          Thrown 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 RuntimeException
          RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
 interface SecurityException
          Thrown by the security manager to indicate a security violation.
 interface StringIndexOutOfBoundsException
          Thrown by the charAt method in class String and by other String methods to indicate that an index is either negative or greater than or equal to the size of the string.
 interface UnsupportedOperationException
          Thrown to indicate that the requested operation is not supported.
 

Uses of Exception in java.lang.reflect
 

Subclasses of Exception in java.lang.reflect
 interface InvocationTargetException
          InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.
 

Uses of Exception in java.net
 

Subclasses of Exception in java.net
 interface BindException
          Signals that an error occurred while attempting to bind a socket to a local address and port.
 interface MalformedURLException
          Thrown to indicate that a malformed URL has occurred.
 interface NoRouteToHostException
          Signals that an error occurred while attempting to connect a socket to a remote address and port.
 interface ProtocolException
          Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
 interface SocketException
          Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
 interface UnknownHostException
          Thrown to indicate that the IP address of a host could not be determined.
 interface UnknownServiceException
          Thrown to indicate that an unknown service exception has occurred.
 

Methods in java.net that throw Exception
static String URLDecoder.decode(String s)
           
 

Uses of Exception in java.rmi
 

Subclasses of Exception in java.rmi
 interface AccessException
          An AccessException is thrown by certain methods of the java.rmi.Naming class (specifically bind, rebind, and unbind) and methods of the java.rmi.activation.ActivationSystem interface to indicate that the caller does not have permission to perform the action requested by the method call.
 interface AlreadyBoundException
          An AlreadyBoundException is thrown if an attempt is made to bind an object in the registry to a name that already has an associated binding.
 interface ConnectException
          A ConnectException is thrown if a connection is refused to the remote host for a remote method call.
 interface ConnectIOException
          A ConnectIOException is thrown if an IOException occurs while making a connection to the remote host for a remote method call.
 interface MarshalException
          A MarshalException is thrown if a java.io.IOException occurs while marshalling the remote call header, arguments or return value for a remote method call.
 interface NoSuchObjectException
          A NoSuchObjectException is thrown if an attempt is made to invoke a method on an object that no longer exists in the remote virtual machine.
 interface NotBoundException
          A NotBoundException is thrown if an attempt is made to lookup or unbind in the registry a name that has no associated binding.
 interface RemoteException
          A RemoteException is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.
 interface RMISecurityException
          Deprecated. no replacement. RMISecurityManager no longer throws this subclass of java.lang.SecurityException.
 interface ServerError
          A ServerError is thrown as a result of a remote method call if the execution of the remote method on the server machine throws a java.lang.Error.
 interface ServerException
          A ServerException is thrown as a result of a remote method call if the execution of the remote method on the server machine throws a RemoteException.
 interface ServerRuntimeException
          Deprecated. no replacement
 interface StubNotFoundException
          A StubNotFoundException is thrown if a valid stub class could not be found for a remote object when it is exported or when a remote object is passed in a remote method call as a parameter or return value.
 interface UnexpectedException
          An UnexpectedException is 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 the throws clause of the method in the remote interface.
 interface UnmarshalException
          An UnmarshalException can 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 a java.io.IOException occurs unmarshalling parameters (on the server side) or the return value (on the client side).
 

Constructors in java.rmi with parameters of type Exception
ServerException.ServerException(String s, Exception ex)
          Constructs a ServerException with the specified detail message and nested exception.
MarshalException.MarshalException(String s, Exception ex)
          Constructs a MarshalException with the specified detail message and nested exception.
ConnectIOException.ConnectIOException(String s, Exception ex)
          Constructs a ConnectIOException with the specified detail message and nested exception.
ServerRuntimeException.ServerRuntimeException(String s, Exception ex)
          Deprecated. no replacement
AccessException.AccessException(String s, Exception ex)
          Constructs an AccessException with the specified detail message and nested exception.
StubNotFoundException.StubNotFoundException(String s, Exception ex)
          Constructs a StubNotFoundException with the specified detail message and nested exception.
UnexpectedException.UnexpectedException(String s, Exception ex)
          Constructs a UnexpectedException with the specified detail message and nested exception.
UnmarshalException.UnmarshalException(String s, Exception ex)
          Constructs an UnmarshalException with the specified detail message and nested exception.
UnknownHostException.UnknownHostException(String s, Exception ex)
          Constructs an UnknownHostException with the specified detail message and nested exception.
ConnectException.ConnectException(String s, Exception ex)
          Constructs a ConnectException with the specified detail message and nested exception.
 

Uses of Exception in java.rmi.activation
 

Subclasses of Exception in java.rmi.activation
 interface ActivateFailedException
          This exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object.
 interface ActivationException
          General exception used by the activation interfaces.
 interface UnknownGroupException
          An UnknownGroupException is thrown by methods of classes and interfaces in the java.rmi.activation package when the ActivationGroupID parameter to the method is determined to be invalid, i.e., not known by the ActivationSystem.
 interface UnknownObjectException
          An UnknownObjectException is thrown by methods of classes and interfaces in the java.rmi.activation package when the ActivationID parameter to the method is determined to be invalid.
 

Constructors in java.rmi.activation with parameters of type Exception
ActivateFailedException.ActivateFailedException(String s, Exception ex)
          Constructs an ActivateFailedException with the specified detail message and nested exception.
 

Uses of Exception in java.rmi.server
 

Subclasses of Exception in java.rmi.server
 interface ExportException
          An ExportException is a RemoteException thrown if an attempt to export a remote object fails.
 interface ServerCloneException
          A ServerCloneException is thrown if a remote exception occurs during the cloning of a UnicastRemoteObject.
 interface ServerNotActiveException
          An ServerNotActiveException is an Exception thrown during a call to RemoteServer.getClientHost if the getClientHost method is called outside of servicing a remote method call.
 interface SkeletonMismatchException
          Deprecated. no replacement. Skeletons are no longer required for remote method calls in JDK1.2 and greater.
 interface SkeletonNotFoundException
          Deprecated. no replacement. Skeletons are no longer required for remote method calls in JDK1.2 and greater.
 interface SocketSecurityException
          A SocketSecurityException is thrown during remote object export if the code exporting the remote object (either by construction or by explicit call to the exportObject method of UnicastRemoteObject or java.rmi.activation.Activatable) does not have permission to create a java.net.ServerSocket on the port number specified during remote object export.
 

Fields in java.rmi.server declared as Exception
 Exception ServerCloneException.detail
          Nested exception for ServerCloneException
 

Methods in java.rmi.server with parameters of type Exception
 boolean RMIFailureHandler.failure(Exception ex)
          The failure callback is invoked when the RMI runtime is unable to create a ServerSocket via the RMISocketFactory.
 

Methods in java.rmi.server that throw Exception
 Object RemoteRef.invoke(Remote obj, Method method, Object[] params, long opnum)
          Invoke a method.
 void RemoteRef.invoke(RemoteCall call)
          Deprecated. JDK1.2 style stubs no longer use this method. Instead of using a sequence of method calls to the remote reference (newCall, invoke, and done), a stub uses a single method, invoke(Remote, Method, Object[], int), on the remote reference to carry out parameter marshalling, remote method executing and unmarshalling of the return value.

JDK1.2 stubs are generated using rmic -v1.2. By default, rmic generates stubs compatible with JDK1.1 and JDK1.2. The compatible stubs can also be generated using rmic -vcompat.

 void Skeleton.dispatch(Remote obj, RemoteCall theCall, int opnum, long hash)
          Deprecated. no replacement
 void RemoteCall.executeCall()
          Deprecated. no replacement
 

Constructors in java.rmi.server with parameters of type Exception
SkeletonNotFoundException.SkeletonNotFoundException(String s, Exception ex)
          Deprecated. Constructs a SkeletonNotFoundException with the specified detail message and nested exception.
ServerCloneException.ServerCloneException(String s, Exception ex)
          Constructs an ServerCloneException with the specified detail message and nested exception.
ExportException.ExportException(String s, Exception ex)
          Constructs an ExportException with the specified detail message and nested exception.
SocketSecurityException.SocketSecurityException(String s, Exception ex)
          Constructs an SocketSecurityException with the specified detail message and nested exception.
 

Uses of Exception in java.security
 

Subclasses of Exception in java.security
 interface AccessControlException
           This 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 DigestException
          This is the generic Message Digest exception.
 interface GeneralSecurityException
          This is the general security exception class, which serves to group all the exception classes of the java.security package that extend from it.
 interface InvalidAlgorithmParameterException
          This is the exception for invalid or inappropriate algorithm parameters.
 interface InvalidKeyException
          This is the exception for invalid Keys (invalid encoding, wrong length, uninitialized, etc).
 interface InvalidParameterException
          This exception is thrown when an invalid parameter is passed to a method.
 interface KeyException
          This is the basic key exception.
 interface KeyManagementException
          This is the general key management exception, for all operations dealing with key management.
 interface KeyStoreException
          This is the generic KeyStore exception.
 interface NoSuchAlgorithmException
          This exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment.
 interface NoSuchProviderException
          This exception is thrown when a particular security provider is requested but is not available in the environment.
 interface PrivilegedActionException
          This exception is thrown by doPrivileged(PrivilegedExceptionAction) and doPrivileged(PrivilegedExceptionAction, AccessControlContext context) to indicate that the action being performed threw a checked exception.
 interface ProviderException
          A runtime exception for Provider exceptions (such as misconfiguration errors), which may be subclassed by Providers to throw specialized, provider-specific runtime errors.
 interface SignatureException
          This is the generic Signature exception.
 interface UnrecoverableKeyException
          This exception is thrown if a key in the keystore cannot be recovered.
 

Methods in java.security that return Exception
 Exception PrivilegedActionException.getException()
          Returns the exception thrown by the privileged computation that resulted in this PrivilegedActionException.
 

Methods in java.security that throw Exception
 Object PrivilegedExceptionAction.run()
          Performs the computation.
 

Constructors in java.security with parameters of type Exception
PrivilegedActionException.PrivilegedActionException(Exception exception)
          Constructs a new PrivilegedActionException "wrapping" the specific Exception
 

Uses of Exception in java.security.acl
 

Subclasses of Exception in java.security.acl
 interface AclNotFoundException
          This is an exception that is thrown whenever a reference is made to a non-existent ACL (Access Control List).
 interface LastOwnerException
          This is an exception that is thrown whenever an attempt is made to delete the last owner of an Access Control List.
 interface NotOwnerException
          This 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 Exception in java.security.cert
 

Subclasses of Exception in java.security.cert
 interface CertificateEncodingException
          Certificate Encoding Exception.
 interface CertificateException
          This exception indicates one of a variety of certificate problems.
 interface CertificateExpiredException
          Certificate Expired Exception.
 interface CertificateNotYetValidException
          Certificate is not yet valid exception.
 interface CertificateParsingException
          Certificate Parsing Exception.
 interface CRLException
          CRL (Certificate Revocation List) Exception
 

Uses of Exception in java.security.spec
 

Subclasses of Exception in java.security.spec
 interface InvalidKeySpecException
          This is the exception for invalid key specifications.
 interface InvalidParameterSpecException
          This is the exception for invalid parameter specifications.
 

Uses of Exception in java.sql
 

Subclasses of Exception in java.sql
 interface BatchUpdateException
          JDBC 2.0 An exception thrown when an error occurs during a batch update operation.
 interface DataTruncation
          An exception that reports a DataTruncation warning (on reads) or throws a DataTruncation exception (on writes) when JDBC unexpectedly truncates a data value.
 interface SQLException
          An exception that provides information on a database access error.
 interface SQLWarning
          An exception that provides information on database access warnings.
 

Uses of Exception in java.text
 

Subclasses of Exception in java.text
 interface ParseException
          Signals that an error has been reached unexpectedly while parsing.
 

Uses of Exception in java.util
 

Subclasses of Exception in java.util
 interface ConcurrentModificationException
          This exception may be thrown by methods that have detected concurrent modification of a backing object when such modification is not permissible.
 interface EmptyStackException
          Thrown by methods in the Stack class to indicate that the stack is empty.
 interface MissingResourceException
          Signals that a resource is missing.
 interface NoSuchElementException
          Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
 interface TooManyListenersException
           The 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 Exception in java.util.jar
 

Subclasses of Exception in java.util.jar
 interface JarException
          Signals that an error of some sort has occurred while reading from or writing to a JAR file.
 

Uses of Exception in java.util.zip
 

Subclasses of Exception in java.util.zip
 interface DataFormatException
          Signals that a data format error has occurred.
 interface ZipException
           
 

Uses of Exception in javax.swing
 

Subclasses of Exception in javax.swing
 interface UnsupportedLookAndFeelException
          An exception that indicates the request look & feel management classes are not present on the user's system.
 

Uses of Exception in javax.swing.text
 

Subclasses of Exception in javax.swing.text
 interface BadLocationException
          This exception is to report bad locations within a document model (that is, attempts to reference a location that doesn't exist).
 interface ChangedCharSetException
          ChangedCharSetException as the name indicates is an exception thrown when the charset is changed.
 

Uses of Exception in javax.swing.tree
 

Subclasses of Exception in javax.swing.tree
 interface ExpandVetoException
          Exception used to stop and expand/collapse from happening.
 

Uses of Exception in javax.swing.undo
 

Subclasses of Exception in javax.swing.undo
 interface CannotRedoException
          Thrown when an UndoableEdit is told to redo() and can't.
 interface CannotUndoException
          Thrown when an UndoableEdit is told to undo() and can't.
 

Uses of Exception in org.omg.CORBA
 

Subclasses of Exception in org.omg.CORBA
 interface BAD_CONTEXT
          The CORBA BAD_CONTEXT exception, which is thrown when there is an error processing a context object.
 interface BAD_INV_ORDER
          The CORBA BAD_INV_ORDER exception, which is thrown when methods are called out of order.
 interface BAD_OPERATION
          The CORBA BAD_OPERATION exception, which is thrown when a method is invalid.
 interface BAD_PARAM
          The CORBA BAD_PARAM exception, which is thrown when an invalid parameter is passed to a method.
 interface BAD_TYPECODE
          The CORBA BAD_TYPECODE exception, which is thrown when the specified typecode is invalid.
 interface Bounds
           
 interface COMM_FAILURE
          The CORBA COMM_FAILURE exception, which is thrown when there is a communication failure.
 interface DATA_CONVERSION
          The CORBA DATA_CONVERSION exception, which is thrown when there is a data conversion error.
 interface FREE_MEM
          The CORBA FREE_MEM exception, which is thrown when the system is unable to free memory.
 interface IMP_LIMIT
          The CORBA IMP_LIMIT exception, which is thrown when the implementation limit has been violated.
 interface INITIALIZE
          The CORBA INITIALIZE exception, which is thrown when there is an ORB initialization error.
 interface INTERNAL
          The CORBA INTERNAL exception, which is thrown when there is an ORB internal error.
 interface INTF_REPOS
          The CORBA INTF_REPOS exception, which is thrown when there is an error accessing the interface repository.
 interface INV_FLAG
          The CORBA INV_FLAG exception, which is thrown when an invalid flag is specified.
 interface INV_IDENT
          The CORBA INV_IDENT exception, which is thrown when identifier syntax is invalid.
 interface INV_OBJREF
          The CORBA INV_OBJREF exception, which is thrown when an invalid object reference is specified.
 interface INV_POLICY
          The CORBA INV_POLICY standard exception, which is thrown when an invocation cannot be made because of an incompatibility between Policy overrides.
 interface INVALID_TRANSACTION
          The CORBA INVALID_TRANSACTION exception, which is thrown when there is a transaction error.
 interface MARSHAL
          The CORBA MARSHAL exception, which is thrown when the ORB has a problem marshalling or unmarshalling parameters.
 interface NO_IMPLEMENT
          The CORBA NO_IMPLEMENT exception, which is thrown when the implementation for a method is not available.
 interface NO_MEMORY
          The CORBA NO_MEMORY exception, which may be thrown by either the client or the server when there is not enough memory for a dynamic memory allocation.
 interface NO_PERMISSION
          The CORBA NO_PERMISSION exception, which is thrown if the client does not have permission to perform the request.
 interface NO_RESOURCES
          The CORBA NO_RESOURCES exception, which is thrown when either the client or the server does not have sufficient resources to perform the request.
 interface NO_RESPONSE
          The CORBA NO_RESPONSE exception, which is thrown when a response to the request is not yet available.
 interface OBJ_ADAPTER
          The CORBA OBJ_ADAPTER exception, which is thrown by the object adapter on the server to indicate some error.
 interface OBJECT_NOT_EXIST
          The CORBA OBJECT_NOT_EXIST exception, which is usually thrown from the server to indicate that the target object does not exist.
 interface PERSIST_STORE
          The CORBA PERSIST_STORE exception, which is thrown when there is an error with the persistent storage on the server.
 interface PolicyError
           
 interface SystemException
          The root class for all CORBA standard exceptions.
 interface TRANSACTION_REQUIRED
          The CORBA TRANSACTION_REQUIRED exception, 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_ROLLEDBACK
          The CORBA TRANSACTION_ROLLEDBACK exception, which is thrown when a transactional operation did not complete because the transaction was rolled back.
 interface TRANSIENT
          The CORBA TRANSIENT exception, which is thrown by the server to signal a transient failure that might not occur again if the request is retried.
 interface UNKNOWN
          The CORBA UNKNOWN exception, which is thrown when there is an error whose cause is unknown to the ORB.
 interface UnknownUserException
          A class that contains user exceptions returned by the server.
 interface UserException
          The root class for CORBA IDL-defined user exceptions.
 interface WrongTransaction
          The CORBA WrongTransaction user-defined exception.
 

Methods in org.omg.CORBA that return Exception
abstract  Exception Environment.exception()
          Retrieves the exception in this Environment object.
 

Methods in org.omg.CORBA with parameters of type Exception
abstract  void Environment.exception(Exception except)
          Inserts the given exception into this Environment object.
 

Uses of Exception in org.omg.CORBA.DynAnyPackage
 

Subclasses of Exception in org.omg.CORBA.DynAnyPackage
 interface Invalid
          Invalid is thrown by dynamic any operations when a bad DynAny or Any is passed as a parameter.
 interface InvalidSeq
          The 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 TypeMismatch
          TypeMismatch is thrown by dynamic any accessor methods when type of the actual contents do not match what is trying to be accessed.
 

Uses of Exception in org.omg.CORBA.ORBPackage
 

Subclasses of Exception in org.omg.CORBA.ORBPackage
 interface InconsistentTypeCode
          InconsistentTypeCode 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 InvalidName
          The InvalidName exception is raised when ORB.resolve_initial_references is passed a name for which there is no initial reference.
 

Uses of Exception in org.omg.CORBA.portable
 

Subclasses of Exception in org.omg.CORBA.portable
 interface ApplicationException
           
 interface RemarshalException
           
 

Uses of Exception in org.omg.CORBA.TypeCodePackage
 

Subclasses of Exception in org.omg.CORBA.TypeCodePackage
 interface BadKind
          The exception BadKind is thrown when an inappropriate operation is invoked on a TypeCode object.
 

Uses of Exception in org.omg.CosNaming.NamingContextPackage
 

Subclasses of Exception in org.omg.CosNaming.NamingContextPackage
 interface AlreadyBound
           
 interface CannotProceed
           
 interface NotEmpty
           
 interface NotFound
           
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.