Java Platform 1.2
Beta 4

Uses of Class
java.lang.Throwable

Packages that use Throwable
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.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 Throwable in com.sun.image.codec.jpeg
 

Subclasses of Throwable 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 Throwable in com.sun.java.swing
 

Subclasses of Throwable 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 Throwable in com.sun.java.swing.text
 

Subclasses of Throwable 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).
 

Methods in com.sun.java.swing.text that throw Throwable
protected  void AbstractDocument.AbstractElement.finalize()
          Finalizes an AbstractElement.
 

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

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

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

Subclasses of Throwable 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 Throwable in java.awt
 

Subclasses of Throwable in java.awt
  AWTError
          Thrown when a serious Abstract Window Toolkit error has occurred.
  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.
 

Methods in java.awt that throw Throwable
protected  void Frame.finalize()
          We have to remove the (hard) reference to softThis in the Vector, otherwise the SoftReference instance will never get garbage collected.
protected  void Font.finalize()
           
 

Uses of Throwable in java.awt.color
 

Subclasses of Throwable 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 Throwable in java.awt.datatransfer
 

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

Uses of Throwable in java.awt.dnd
 

Subclasses of Throwable in java.awt.dnd
  InvalidDnDOperationException
           This 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
  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 Throwable in java.awt.image
 

Subclasses of Throwable 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 Throwable in java.awt.print
 

Subclasses of Throwable 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 Throwable in java.beans
 

Subclasses of Throwable 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 Throwable in java.io
 

Subclasses of Throwable 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
           
 

Uses of Throwable in java.lang
 

Subclasses of Throwable in java.lang
  AbstractMethodError
          Thrown when an application tries to call an abstract method.
  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.
  ClassCircularityError
          Thrown when a circularity has been detected while initializing a class.
  ClassFormatError
          Thrown 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.
  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.
  Error
          An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
  Exception
          The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
  ExceptionInInitializerError
          Signals that an unexpected exception has occurred in a static initializer.
  IllegalAccessError
          Thrown if an application attempts to access or modify a field, or to call a method that it does not have access to.
  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.
  IncompatibleClassChangeError
          Thrown when an incompatible class change has occurred to some class definition.
  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.
  InstantiationError
          Thrown when an application tries to use the Java new construct to instantiate an abstract class or an 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.
  InternalError
          Thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine.
  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.
  LinkageError
          Subclasses of LinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.
  NegativeArraySizeException
          Thrown if an application tries to create an array with negative size.
  NoClassDefFoundError
          Thrown 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 new expression) and no definition of the class could be found.
  NoSuchFieldError
          Thrown if an application tries to access or modify a specified field of an object, and that object no longer has that field.
  NoSuchFieldException
          Signals that the class doesn't have a field of a specified name.
  NoSuchMethodError
          Thrown 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.
  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.
  OutOfMemoryError
          Thrown 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.
  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.
  StackOverflowError
          Thrown when a stack overflow occurs because an application recurses too deeply.
  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.
  ThreadDeath
          An instance of ThreadDeath is thrown in the victim thread when the stop method with zero arguments in class Thread is called.
  UnknownError
          Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
  UnsatisfiedLinkError
          Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
  UnsupportedOperationException
          Thrown to indicate that the requested operation is not supported.
  VerifyError
          Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.
  VirtualMachineError
          Thrown 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.  
 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 ExceptionInInitializerError class initialized to the specific throwable
ClassNotFoundException.ClassNotFoundException(String s, Throwable ex)
          Constructs a ClassNotFoundException with 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
  InvocationTargetException
          InvocationTargetException 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
  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.
 

Uses of Throwable in java.rmi
 

Subclasses of Throwable 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
           
 

Fields in java.rmi declared as Throwable
 Throwable RemoteException.detail
          Nested Exception to hold wrapped remote exception.
 

Constructors in java.rmi with parameters of type Throwable
RemoteException.RemoteException(String s, Throwable ex)
          Create a remote exception with the specified string, and the exception specified.
 

Uses of Throwable in java.rmi.activation
 

Subclasses of Throwable 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
           
 

Fields in java.rmi.activation declared as Throwable
 Throwable ActivationException.detail
          Nested Exception to hold wrapped remote exceptions.
 

Constructors in java.rmi.activation with parameters of type Throwable
ActivationException.ActivationException(String s, Throwable ex)
          Constructs an activation exception with detail message, s, and detail exception ex.
 

Uses of Throwable in java.rmi.server
 

Subclasses of Throwable 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
           
 

Uses of Throwable in java.security
 

Subclasses of Throwable 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.
 

Uses of Throwable in java.security.acl
 

Subclasses of Throwable 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 Throwable in java.security.cert
 

Subclasses of Throwable 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 Throwable in java.security.spec
 

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

Uses of Throwable in java.sql
 

Subclasses of Throwable 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 Throwable in java.text
 

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

Uses of Throwable in java.util
 

Subclasses of Throwable 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 Throwable in java.util.jar
 

Subclasses of Throwable 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 Throwable in java.util.mime
 

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

Uses of Throwable in java.util.zip
 

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

Uses of Throwable in org.omg.CORBA
 

Subclasses of Throwable 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.
 

Uses of Throwable in org.omg.CORBA.ORBPackage
 

Subclasses of Throwable 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 Throwable in org.omg.CORBA.portable
 

Subclasses of Throwable in org.omg.CORBA.portable
  ApplicationException
           
 

Uses of Throwable in org.omg.CORBA.TypeCodePackage
 

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

Uses of Throwable in org.omg.CosNaming.NamingContextPackage
 

Subclasses of Throwable 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.