Java Platform 1.2
Beta 4

Uses of Class
java.lang.Exception

Packages that use Exception
com.sun.image.codec.jpeg Provides classes for encoding and decoding JPEG images.  
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.text Provides classes and interfaces that deal with editable and noneditable text components.  
com.sun.java.swing.tree Provides classes and interfaces for dealing with java.awt.swing. 
com.sun.java.swing.undo Provides support for undo/redo capabilities in an application such as a text editor.  
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. The API includes such features as: the ability to specify document types mechanisms for control of page setup and page formats the ability to manage job control dialogs
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. A group of classes are used by the stubs and skeletons generated by the rmic stub compiler.  
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 Provides useful utilities for data structures, date, time, internationalization, events (root interfaces), a simple string tokenizer, a random-number generator, observers, properties and exceptions.  
java.util.jar Provides classes for creating and reading JAR files.  
java.util.mime Provides classes for dealing with MIME (Multipurpose Internet Mail Extension) types (RFC 2045, RFC 2046).  
java.util.zip Provides classes for computing checksums of data and for compressing and decompressing data using standard ZIP and GZIP formats.  
org.omg.CORBA   
org.omg.CORBA.ORBPackage   
org.omg.CORBA.portable   
org.omg.CORBA.TypeCodePackage   
org.omg.CosNaming.NamingContextPackage   
 

Uses of Exception in com.sun.image.codec.jpeg
 

Subclasses of Exception in com.sun.image.codec.jpeg
  ImageFormatException
          Signals that an Image Format exception of some sort has occurred.
  TruncatedFileException
          Signals that a truncated file was detected.
 

Uses of Exception in com.sun.java.swing
 

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

Uses of Exception in com.sun.java.swing.text
 

Subclasses of Exception in com.sun.java.swing.text
  BadLocationException
          This exception is to report bad locations within a document model (that is, attempts to reference a location that doesn't exist).
 

Uses of Exception in com.sun.java.swing.tree
 

Subclasses of Exception in com.sun.java.swing.tree
  ExpandVetoException
          Exception used to stop and expand/collapse from happening.
 

Uses of Exception in com.sun.java.swing.undo
 

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

Uses of Exception in java.awt
 

Subclasses of Exception in java.awt
  AWTException
          Signals that an Absract Window Toolkit exception has occurred.
  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
  CMMException
          This exception is thrown if the native CMM returns an error.
  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
  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
  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
  IllegalPathStateException
          This exception is thrown if an operation is performed on a path in an illegal state, such as appending a path segment without an initial moveto.
  NoninvertibleTransformException
          This exception is thrown if an operation is performed requiring the inverse of a Transform object and the Transform is not invertible.
 

Uses of Exception in java.awt.image
 

Subclasses of Exception in java.awt.image
  ImagingOpException
          This exception is thrown if one of the BufferedImageOp or RasterOp filter methods cannot process the image.
  RasterFormatException
          This exception 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
  PrinterAbortException
          PrinterIOException is used to indicate an IO error of some sort has occurred while printing.
  PrinterException
          PrinterException and its subclasses are used to indicate that an exceptional condition has occurred in the print system.
  PrinterIOException
          PrinterIOException is used to indicate an IO error of some sort has occurred while printing.
 

Uses of Exception in java.beans
 

Subclasses of Exception in java.beans
  IntrospectionException
          Thrown when an exception happens during Introspection.
  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
  CharConversionException
          base class for character conversion exceptions
  EOFException
          Signals that an end of file or end of stream has been reached unexpectedly during input.
  FileNotFoundException
          Signals that no actual file could be opened for a specified path name.
  InterruptedIOException
          Signals that an I/O operation has been interrupted.
  InvalidClassException
          Thrown when the Serialization runtime detects one of the following problems with a Class.
  InvalidObjectException
          Indicates that one or more deserialized objects failed validation tests.
  IOException
          Signals that an I/O exception of some sort has occurred.
  NotActiveException
          Thrown when serialization or deserialization is not active.
  NotSerializableException
          Thrown when an instance is required to have a Serializable interface.
  ObjectStreamException
          Superclass of all exceptions specific to Object Stream classes.
  OptionalDataException
          Unexpected data appeared in an ObjectInputStream trying to read an Object.
  StreamCorruptedException
          Thrown when control information that was read from an object stream violates internal consistency checks.
  SyncFailedException
           
  UnsupportedEncodingException
          The Character Encoding is not supported
  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.
  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
  ArithmeticException
          Thrown when an exceptional arithmetic condition has occurred.
  ArrayIndexOutOfBoundsException
          Thrown to indicate that an array has been accessed with an illegal index.
  ArrayStoreException
          Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
  ClassCastException
          Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
  ClassNotFoundException
          Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
  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.
  IllegalAccessException
          Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
  IllegalArgumentException
          Thrown to indicate that a method has been passed an illegal or inappropriate argument.
  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.
  IllegalStateException
          Signals that a method has been invoked at an illegal or inappropriate time.
  IllegalThreadStateException
          Thrown to indicate that a thread is not in an appropriate state for the requested operation.
  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.
  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.
  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.
  NegativeArraySizeException
          Thrown if an application tries to create an array with negative size.
  NoSuchFieldException
          Signals that the class doesn't have a field of a specified name.
  NoSuchMethodException
          Thrown when a particular method cannot be found.
  NullPointerException
          Thrown when an application attempts to use null in a case where an object is required.
  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.
  RuntimeException
          RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
  SecurityException
          Thrown by the security manager to indicate a security violation.
  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.
  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
  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
  BindException
          Signals that an error occurred while attempting to bind a socket to a local address and port.
  MalformedURLException
          Thrown to indicate that a malformed URL has occurred.
  NoRouteToHostException
          Signals that an error occurred while attempting to connect a socket to a remote address and port.
  ProtocolException
          Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
  SocketException
          Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
  UnknownHostException
          Thrown to indicate that the IP address of a host could not be determined.
  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
  AccessException
           
  AlreadyBoundException
           
  ConnectException
           
  ConnectIOException
           
  MarshalException
           
  NoSuchObjectException
           
  NotBoundException
           
  RemoteException
           
  RMISecurityException
          An RMISecurityException signals that a security exception has occurred.
  ServerError
           
  ServerException
           
  ServerRuntimeException
           
  StubNotFoundException
           
  UnexpectedException
           
  UnmarshalException
           
 

Constructors in java.rmi with parameters of type Exception
ServerException.ServerException(String s, Exception ex)
          Create a new server exception with a descriptive string and an exception.
MarshalException.MarshalException(String s, Exception ex)
          Create a new marshal exception with a descriptive string and an exception.
ConnectIOException.ConnectIOException(String s, Exception ex)
          Create A remote exception with the specified string, and the exception specified.
ServerRuntimeException.ServerRuntimeException(String s, Exception ex)
          Create a new runtime exception with the strings and the specified exception.
AccessException.AccessException(String s, Exception ex)
          Create a new AccessException with a description and detail exception.
StubNotFoundException.StubNotFoundException(String s, Exception ex)
          Create a new StubNotFoundException with a descriptive string and an exception.
UnexpectedException.UnexpectedException(String s, Exception ex)
          Create a new UnexpectedException with a description, and detail exception.
UnmarshalException.UnmarshalException(String s, Exception ex)
          Create a new marshal exception with a descriptive string and an exception.
UnknownHostException.UnknownHostException(String s, Exception ex)
          Create a new UnknownHostException with a description and detail exception.
ConnectException.ConnectException(String s, Exception ex)
          Create A remote exception with the specified string, and the exception specified.
 

Uses of Exception in java.rmi.activation
 

Subclasses of Exception in java.rmi.activation
  ActivateFailedException
          This exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object.
  ActivationException
          General exception used by the activation interfaces.
  UnknownGroupException
           
  UnknownObjectException
           
 

Constructors in java.rmi.activation with parameters of type Exception
ActivateFailedException.ActivateFailedException(String s, Exception ex)
          Create the remote exception with the specified string, s, and the nested exception, ex, specified.
 

Uses of Exception in java.rmi.server
 

Subclasses of Exception in java.rmi.server
  ExportException
           
  ServerCloneException
           
  ServerNotActiveException
           
  SkeletonMismatchException
          This exception is thrown when a call is received that does not match the available skeleton.
  SkeletonNotFoundException
           
  SocketSecurityException
           
 

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)
          Executes the remote call.
 void Skeleton.dispatch(Remote obj, RemoteCall theCall, int opnum, long hash)
          Unmarshals arguments, calls the actual remote object implementation, and marshals the return value or any exception.
 void RemoteCall.executeCall()
          Do whatever it takes to execute the call.
 

Constructors in java.rmi.server with parameters of type Exception
SkeletonNotFoundException.SkeletonNotFoundException(String s, Exception ex)
          Create a new SkeletonNotFoundException with a descriptive string and an exception.
ServerCloneException.ServerCloneException(String s, Exception ex)
          Create A remote exception with the specified string, and the exception specified.
ExportException.ExportException(String s, Exception ex)
          Create A remote exception with the specified string, and the exception specified.
SocketSecurityException.SocketSecurityException(String s, Exception ex)
          Create A remote exception with the specified string, and the exception specified.
 

Uses of Exception in java.security
 

Subclasses of Exception in java.security
  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.
  DigestException
          This is the generic Message Digest exception.
  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.
  InvalidAlgorithmParameterException
          This is the exception for invalid or inappropriate algorithm parameters.
  InvalidKeyException
          This is the exception for invalid Keys (invalid encoding, wrong length, uninitialized, etc).
  InvalidParameterException
          This exception is thrown when an invalid parameter is passed to a method.
  KeyException
          This is the basic key exception.
  KeyManagementException
          This is the general key management exception, for all operations dealing with key management.
  KeyStoreException
          This is the generic KeyStore exception.
  NoSuchAlgorithmException
          This exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment.
  NoSuchProviderException
          This exception is thrown when a particular security provider is requested but is not available in the environment.
  PrivilegedActionException
          This exception is thrown by doPrivileged(PrivilegedExceptionAction) and doPrivileged(PrivilegedExceptionAction, AccessControlContext context) to indicate that the action being performed threw a checked exception.
  ProviderException
          A runtime exception for Provider exceptions (such as misconfiguration errors), which may be subclassed by Providers to throw specialized, provider-specific runtime errors.
  SignatureException
          This is the generic Signature exception.
  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
  AclNotFoundException
          This is an exception that is thrown whenever a reference is made to a non-existent ACL (Access Control List).
  LastOwnerException
          This is an exception that is thrown whenever an attempt is made to delete the last owner of an Access Control List.
  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
  CertificateEncodingException
          Certificate Encoding Exception.
  CertificateException
          This exception indicates one of a variety of certificate problems.
  CertificateExpiredException
          Certificate Expired Exception.
  CertificateNotYetValidException
          Certificate is not yet valid exception.
  CertificateParsingException
          Certificate Parsing Exception.
  CRLException
          CRL (Certificate Revocation List) Exception
 

Uses of Exception in java.security.spec
 

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

Uses of Exception in java.sql
 

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

Uses of Exception in java.text
 

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

Uses of Exception in java.util
 

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

Subclasses of Exception in java.util.mime
  MimeTypeParseException
          A class to encapsulate MimeType parsing related exceptions
 

Uses of Exception in java.util.zip
 

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

Uses of Exception in org.omg.CORBA
 

Subclasses of Exception in org.omg.CORBA
  BAD_CONTEXT
          The CORBA BAD_CONTEXT exception, which is thrown when there is an error processing a context object.
  BAD_INV_ORDER
          The CORBA BAD_INV_ORDER exception, which is thrown when methods are called out of order.
  BAD_OPERATION
          The CORBA BAD_OPERATION exception, which is thrown when a method is invalid.
  BAD_PARAM
          The CORBA BAD_PARAM exception, which is thrown when an invalid parameter is passed to a method.
  BAD_TYPECODE
          The CORBA BAD_TYPECODE exception, which is thrown when the specified typecode is invalid.
  Bounds
           
  COMM_FAILURE
          The CORBA COMM_FAILURE exception, which is thrown when there is a communication failure.
  DATA_CONVERSION
          The CORBA DATA_CONVERSION exception, which is thrown when there is a data conversion error.
  FREE_MEM
          The CORBA FREE_MEM exception, which is thrown when the system is unable to free memory.
  IMP_LIMIT
          The CORBA IMP_LIMIT exception, which is thrown when the implementation limit has been violated.
  INITIALIZE
          The CORBA INITIALIZE exception, which is thrown when there is an ORB initialization error.
  INTERNAL
          The CORBA INTERNAL exception, which is thrown when there is an ORB internal error.
  INTF_REPOS
          The CORBA INTF_REPOS exception, which is thrown when there is an error accessing the interface repository.
  INV_FLAG
          The CORBA INV_FLAG exception, which is thrown when an invalid flag is specified.
  INV_IDENT
          The CORBA INV_IDENT exception, which is thrown when identifier syntax is invalid.
  INV_OBJREF
          The CORBA INV_OBJREF exception, which is thrown when an invalid object reference is specified.
  INVALID_TRANSACTION
          The CORBA INVALID_TRANSACTION exception, which is thrown when there is a transaction error.
  MARSHAL
          The CORBA MARSHAL exception, which is thrown when the ORB has a problem marshalling or unmarshalling parameters.
  NO_IMPLEMENT
          The CORBA NO_IMPLEMENT exception, which is thrown when the implementation for a method is not available.
  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.
  NO_PERMISSION
          The CORBA NO_PERMISSION exception, which is thrown if the client does not have permission to perform the request.
  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.
  NO_RESPONSE
          The CORBA NO_RESPONSE exception, which is thrown when a response to the request is not yet available.
  OBJ_ADAPTER
          The CORBA OBJ_ADAPTER exception, which is thrown by the object adapter on the server to indicate some error.
  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.
  PERSIST_STORE
          The CORBA PERSIST_STORE exception, which is thrown when there is an error with the persistent storage on the server.
  SystemException
          The root class for all CORBA standard exceptions.
  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.
  TRANSACTION_ROLLEDBACK
          The CORBA TRANSACTION_ROLLEDBACK exception, which is thrown when a transactional operation did not complete because the transaction was rolled back.
  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.
  UNKNOWN
          The CORBA UNKNOWN exception, which is thrown when there is an error whose cause is unknown to the ORB. It contains a minor code, which gives more detailed information about what caused the exception, and a completion status.
  UnknownUserException
          A class that contains user exceptions returned by the server.
  UserException
          The root class for CORBA IDL-defined user exceptions.
  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.ORBPackage
 

Subclasses of Exception in org.omg.CORBA.ORBPackage
  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
  ApplicationException
           
 

Uses of Exception in org.omg.CORBA.TypeCodePackage
 

Subclasses of Exception in org.omg.CORBA.TypeCodePackage
  BadKind
          The exception BadKind is raised when trying to invoke an inappropriate operation on a TypeCode.
 

Uses of Exception in org.omg.CosNaming.NamingContextPackage
 

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


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
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.
This documentation was generated with a post-Beta4 version of Javadoc.