| Library: | Apache Harmony |
| Version: | 5.M5 |
| Compatibility: | JDK 1.5 |
| Name | Package | Description |
|---|---|---|
| AccessControlException | java.security | This runtime exception is thrown when an access control check indicates that access should not be granted. |
| AccessException | java.rmi | No description provided. |
| AccountException | javax.security.auth.login | No description provided. |
| AccountExpiredException | javax.security.auth.login | No description provided. |
| AccountLockedException | javax.security.auth.login | No description provided. |
| AccountNotFoundException | javax.security.auth.login | No description provided. |
| AclNotFoundException | java.security.acl | No description provided. |
| ActivateFailedException | java.rmi.activation | No description provided. |
| ActivationException | java.rmi.activation | No description provided. |
| ActivityCompletedException | javax.activity | No description provided. |
| ActivityRequiredException | javax.activity | No description provided. |
| AdapterAlreadyExists | org.omg.PortableServer.POAPackage | No description provided. |
| AdapterInactive | org.omg.PortableServer.POAManagerPackage | No description provided. |
| AdapterNonExistent | org.omg.PortableServer.POAPackage | No description provided. |
| AlreadyBoundException | java.rmi | No description provided. |
| AlreadyConnectedException | java.nio.channels | Thrown when an attempt is made to connect a SocketChannel that is already connected. |
| AnnotationTypeMismatchException | java.lang.annotation | Indicates that an annotation type has changed since it was compiled or serialized. |
| ApplicationException | org.omg.CORBA.portable | No description provided. |
| ArithmeticException | java.lang | This runtime exception is thrown when the an invalid arithmetic operation is attempted. |
| ArrayIndexOutOfBoundsException | java.lang | This runtime exception is thrown when the an array is indexed with a value less than zero, or greater than or equal to the size of the array. |
| ArrayStoreException | java.lang | This runtime exception is thrown when a program attempts to store into an array an element of a a type which the array can not hold.. |
| AsynchronousCloseException | java.nio.channels | Thrown when the underlying channel for an IO operation is closed by another thread. |
| AttributeInUseException | javax.naming.directory | Thrown when attempting to add an attribute that is already defined for an object. |
| AttributeModificationException | javax.naming.directory | Thrown when a caller attempts to make an attribute modification that is not permitted. |
| AttributeNotFoundException | javax.management | No description provided. |
| AuthenticationException | javax.security.sasl | No description provided. |
| AuthenticationException | javax.naming | An AuthenticationException is the
NamingSecurityException used when authentication fails. |
| AuthenticationNotSupportedException | javax.naming | An AuthenticationNotSupportedException is the
NamingSecurityException used when the authentication required
is not available. |
| AWTException | java.awt | No description provided. |
| BackingStoreException | java.util.prefs | An exception to indicate that some error was encountered while accessing the backing store. |
| BadAttributeValueExpException | javax.management | No description provided. |
| BadBinaryOpValueExpException | javax.management | No description provided. |
| BadKind | org.omg.CORBA.TypeCodePackage | No description provided. |
| BadLocationException | javax.swing.text | No description provided. |
| BadPaddingException | javax.crypto | No description provided. |
| BadStringOperationException | javax.management | No description provided. |
| BAD_CONTEXT | org.omg.CORBA | No description provided. |
| BAD_INV_ORDER | org.omg.CORBA | No description provided. |
| BAD_OPERATION | org.omg.CORBA | No description provided. |
| BAD_PARAM | org.omg.CORBA | No description provided. |
| BAD_QOS | org.omg.CORBA | No description provided. |
| BAD_TYPECODE | org.omg.CORBA | No description provided. |
| BatchUpdateException | java.sql | An exception thrown if a problem occurs during a batch update operation. |
| BindException | java.net | A BindException is thrown when a process cannot bind a local address/port, either because it is already bound or reserved by the OS. |
| Bounds | org.omg.CORBA.TypeCodePackage | No description provided. |
| Bounds | org.omg.CORBA | No description provided. |
| BrokenBarrierException | java.util.concurrent | Exception thrown when a thread tries to wait upon a barrier that is in a broken state, or which enters the broken state while the thread is waiting. |
| BufferOverflowException | java.nio | A BufferOverflowException is thrown when you try to write
elements to a buffer, but there is not enough remaining space in the buffer. |
| BufferUnderflowException | java.nio | A BufferUnderflowException is thrown when you try to read
elements from a buffer, but there is not enough remaining elements in the
buffer. |
| CancellationException | java.util.concurrent | Exception indicating that the result of a value-producing task, such as a FutureTask , cannot be retrieved because the task was cancelled. |
| CancelledKeyException | java.nio.channels | Thrown when an invalid selection key is used. |
| CannotProceedException | javax.naming | Naming operations throw a CannotProceedException when the
service provider context implementation is resolving a name but reaches a
name component that does not belong to the namespace of the current context. |
| CannotRedoException | javax.swing.undo | No description provided. |
| CannotUndoException | javax.swing.undo | No description provided. |
| CertificateEncodingException | javax.security.cert | No description provided. |
| CertificateEncodingException | java.security.cert | This class represents an encoding exception for a certificate. |
| CertificateException | javax.security.cert | No description provided. |
| CertificateException | java.security.cert | This class represents a general certificate exception. |
| CertificateExpiredException | javax.security.cert | No description provided. |
| CertificateExpiredException | java.security.cert | This class indicates that a given certificate has expired. |
| CertificateNotYetValidException | javax.security.cert | No description provided. |
| CertificateNotYetValidException | java.security.cert | This class indicates that a given certificate is not valid yet. |
| CertificateParsingException | javax.security.cert | No description provided. |
| CertificateParsingException | java.security.cert | This class indicates that a given certificate could not be parsed. |
| CertPathBuilderException | java.security.cert | No description provided. |
| CertPathValidatorException | java.security.cert | No description provided. |
| CertStoreException | java.security.cert | No description provided. |
| ChangedCharSetException | javax.swing.text | No description provided. |
| CharacterCodingException | java.nio.charset | Type of exception thrown when an encoding or decoding error occurs. |
| CharConversionException | java.io | This is the top level class for character conversion exceptions. |
| ClassCastException | java.lang | This runtime exception is thrown when a program attempts to cast a an object to a type which it is not compatible with. |
| ClassNotFoundException | java.lang | This exception is thrown when a classloader is unable to find a class. |
| CloneNotSupportedException | java.lang | This exception is thrown when a program attempts to clone an object which does not support the Cloneable interface. |
| ClosedByInterruptException | java.nio.channels | Thrown when a thread is interrupted in a blocking IO operation. |
| ClosedChannelException | java.nio.channels | This exception is thrown when a channel is closed for the type of operation attempted. |
| ClosedSelectorException | java.nio.channels | Thrown when an a selector is closed and an IO operation is attempted. |
| CMMException | java.awt.color | No description provided. |
| CODESET_INCOMPATIBLE | org.omg.CORBA | No description provided. |
| CommunicationException | javax.naming | This is the NamingException used when communication with the
naming or directory service fails. |
| COMM_FAILURE | org.omg.CORBA | No description provided. |
| ConcurrentModificationException | java.util | This runtime exception is thrown when a Collection is modified and an existing iterator on the Collection is used to modify the Collection as well. |
| ConfigurationException | javax.naming | This is the NamingException used when there is a problem
encountered with the configuration. |
| ConnectException | java.rmi | No description provided. |
| ConnectException | java.net | This ConnectException is thrown when a connection cannot be established to a remote host/port, because for instance a server was not listening. |
| ConnectIOException | java.rmi | No description provided. |
| ConnectionPendingException | java.nio.channels | Thrown when an attempt is made to connect a SocketChannel that has a non-blocking connection already underway. |
| ContextNotEmptyException | javax.naming | This is the NamingException used when trying to destroy a
context which is not empty. |
| CredentialException | javax.security.auth.login | No description provided. |
| CredentialExpiredException | javax.security.auth.login | No description provided. |
| CredentialNotFoundException | javax.security.auth.login | No description provided. |
| CRLException | java.security.cert | No description provided. |
| DataFormatException | java.util.zip | DataFormatException is used to indicate an error in the format of a particular data stream. |
| DataTruncation | java.sql | An exception which is thrown when a JDBC driver unexpectedly truncates a data value either when reading or when writing data. |
| DatatypeConfigurationException | javax.xml.datatype | Indicates a serious configuration error. |
| DATA_CONVERSION | org.omg.CORBA | No description provided. |
| DestroyFailedException | javax.security.auth | No description provided. |
| DigestException | java.security | This class represents exceptions for message digest computation. |
| DOMException | org.w3c.dom | DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable). |
| DuplicateFormatFlagsException | java.util | The unchecked exception will be thrown out if there are duplicate flags given out in the format specifier. |
| DuplicateName | org.omg.PortableInterceptor.ORBInitInfoPackage | No description provided. |
| EmptyStackException | java.util | Runtime exception which is thrown when pop/peek method of stack is executed on a stack which is empty |
| EnumConstantNotPresentException | java.lang |
Indicates that an |
| EOFException | java.io | This End Of File (EOF) exception is thrown when a program encounters the end of a file or stream during an operation. |
| EventException | org.w3c.dom.events | Event operations may throw an EventException as specified in
their method descriptions. |
| Exception | java.lang | This class is the superclass of all classes which represent recoverable exceptions. |
| ExecutionException | java.util.concurrent | Exception thrown when attempting to retrieve the result of a task that aborted by throwing an exception. |
| ExemptionMechanismException | javax.crypto | No description provided. |
| ExpandVetoException | javax.swing.tree | No description provided. |
| ExportException | java.rmi.server | No description provided. |
| FailedLoginException | javax.security.auth.login | No description provided. |
| FileLockInterruptionException | java.nio.channels | Thrown when thread was interrupted while waiting to acquire a file lock. |
| FileNotFoundException | java.io | This IO exception is thrown when a file specified by a program cannot be found. |
| FontFormatException | java.awt | No description provided. |
| FormatFlagsConversionMismatchException | java.util | The unchecked exception will be thrown out if a conversion and flags are incompatible. |
| FormatMismatch | org.omg.IOP.CodecPackage | No description provided. |
| FormatterClosedException | java.util | The unchecked exception will be thrown out if the formatter has been closed. |
| ForwardRequest | org.omg.PortableServer | No description provided. |
| ForwardRequest | org.omg.PortableInterceptor | No description provided. |
| FREE_MEM | org.omg.CORBA | No description provided. |
| GeneralSecurityException | java.security | This class represents the general security exception. |
| GSSException | org.ietf.jgss | No description provided. |
| HeadlessException | java.awt | HeadlessException |
| HttpRetryException | java.net | The exception to be thrown when a request cannot be retried. |
| IIOException | javax.imageio | No description provided. |
| IIOInvalidTreeException | javax.imageio.metadata | No description provided. |
| IllegalAccessException | java.lang | This exception is thrown when a program attempts to access a field or method which is not accessible from the location where the reference is made. |
| IllegalArgumentException | java.lang | This runtime exception is thrown when a method is invoked with an argument which it can not reasonably deal with. |
| IllegalBlockingModeException | java.nio.channels | Thrown when when operation that requires a specific blocking mode is invoked on a channel that is in a different blocking mode. |
| IllegalBlockSizeException | javax.crypto | No description provided. |
| IllegalCharsetNameException | java.nio.charset | Thrown when an illegal charset name is encountered. |
| IllegalClassFormatException | java.lang.instrument | This exception may be thrown from implementations of the method transform(ClassLoader, String, Class>, ProtectionDomain, byte[]) when the class file bytes supplied to it are found to be corrupted or otherwise in a format which does not adhere to the expected Java class file format. |
| IllegalComponentStateException | java.awt | No description provided. |
| IllegalFormatCodePointException | java.util | The unchecked exception will be thrown out if an invalid Unicode code point, which is Character.isValidCodePoint(int), is passed as a parameter to Formatter. |
| IllegalFormatConversionException | java.util | The unchecked exception will be thrown out when the parameter is incompatible with the corresponding format specifier. |
| IllegalFormatException | java.util | Unchecked Exception that is to be thrown out when a format string that contains either an illegal syntax or format specifier is transferred as a parameter. |
| IllegalFormatFlagsException | java.util | The unchecked exception will be thrown out if the combination of the format flags is illegal. |
| IllegalFormatPrecisionException | java.util | The unchecked exception will be thrown out when the precision is a negative other than -1, or the conversion does not support a precision or other cases when the precision is not supported. |
| IllegalFormatWidthException | java.util | The unchecked exception will be thrown out when the width is a negative other than -1, or the conversion does not support a width or other cases when the width is not supported. |
| IllegalMonitorStateException | java.lang | This runtime exception is thrown when a monitor operation is attempted when the monitor is not in the correct state, for example when a thread attempts to exit a monitor which it did not own. |
| IllegalPathStateException | java.awt.geom | No description provided. |
| IllegalSelectorException | java.nio.channels | Thrown when a call is made to register a channel on a selector that has been created by a different provider. |
| IllegalStateException | java.lang | This runtime exception is thrown when an action is attempted at a time when the virtual machine is not in the correct state. |
| IllegalThreadStateException | java.lang | This runtime exception is thrown when an operation is attempted which is not possible given the state that the executing thread is in. |
| ImagingOpException | java.awt.image | No description provided. |
| IMP_LIMIT | org.omg.CORBA | No description provided. |
| IncompleteAnnotationException | java.lang.annotation | Indicates that an element of an annotation type was accessed that was added after the type was compiled or serialized. |
| InconsistentTypeCode | org.omg.DynamicAny.DynAnyFactoryPackage | No description provided. |
| InconsistentTypeCode | org.omg.CORBA.ORBPackage | No description provided. |
| IndexOutOfBoundsException | java.lang | This runtime exception is thrown when a program attempts to access a value in an indexable collection using a value which is outside the possible range of indices. |
| IndirectionException | org.omg.CORBA.portable | No description provided. |
| INITIALIZE | org.omg.CORBA | No description provided. |
| InputMismatchException | java.util | An InputMismatchException is thrown by a scanner to indicate that the next token does not match the pattern the specified type. |
| InstanceAlreadyExistsException | javax.management | No description provided. |
| InstanceNotFoundException | javax.management | No description provided. |
| InstantiationException | java.lang | This exception is thrown when a program attempts to access a constructor which is not accessible from the location where the reference is made. |
| InsufficientResourcesException | javax.naming | This is the NamingException used when limited resources
prevent completion of a request. |
| INTERNAL | org.omg.CORBA | No description provided. |
| InterruptedException | java.lang | This exception is thrown when a waiting thread is activated before the condition it was waiting on has been satisfied. |
| InterruptedIOException | java.io | This IO exception is thrown when a program reading or writing to a stream is interrupted. |
| InterruptedNamingException | javax.naming | This is the NamingException used when an operation is
interrupted. |
| INTF_REPOS | org.omg.CORBA | No description provided. |
| IntrospectionException | javax.management | No description provided. |
| IntrospectionException | java.beans | No description provided. |
| InvalidActivityException | javax.activity | No description provided. |
| InvalidAlgorithmParameterException | java.security | This class represents invalid algorithm parameters to cryptographic services. |
| InvalidApplicationException | javax.management | No description provided. |
| InvalidAttributeIdentifierException | javax.naming.directory | Thrown when the identifier part of an attribute is invalid. |
| InvalidAttributesException | javax.naming.directory | Thrown when an attempt is made to set attributes that are invalid for the entry they are being targeted. |
| InvalidAttributeValueException | javax.management | No description provided. |
| InvalidAttributeValueException | javax.naming.directory | Thrown when the value part of an attribute is invalid. |
| InvalidClassException | java.io | A problem was found with the class of one of the objects being serialized or deserialized. |
| InvalidDnDOperationException | java.awt.dnd | No description provided. |
| InvalidKeyException | javax.management.openmbean | No description provided. |
| InvalidKeyException | java.security | Used when invalid cryptography keys are used. |
| InvalidKeySpecException | java.security.spec | No description provided. |
| InvalidMarkException | java.nio | A InvalidMarkException is thrown when reset()
is called on a buffer, but there is no mark set previously. |
| InvalidMidiDataException | javax.sound.midi | No description provided. |
| InvalidName | org.omg.PortableInterceptor.ORBInitInfoPackage | No description provided. |
| InvalidName | org.omg.CORBA.ORBPackage | No description provided. |
| InvalidNameException | javax.naming | An InvalidNameException is the NamingException
used when a supplied name does not match the required format. |
| InvalidObjectException | java.io | The object graph loaded (deserialized) can be validated by a collection of validator objects. |
| InvalidOpenTypeException | javax.management.openmbean | No description provided. |
| InvalidParameterException | java.security | This exception is thrown when an invalid parameter is passed to a method. |
| InvalidParameterSpecException | java.security.spec | No description provided. |
| InvalidPolicies | org.omg.CORBA | No description provided. |
| InvalidPolicy | org.omg.PortableServer.POAPackage | No description provided. |
| InvalidPreferencesFormatException | java.util.prefs | An exception to indicate that the input XML file is not well-formed or
validating to the appropriate document type, which is specified by
Preferences. |
| InvalidPropertiesFormatException | java.util | No description provided. |
| InvalidRelationIdException | javax.management.relation | No description provided. |
| InvalidRelationServiceException | javax.management.relation | No description provided. |
| InvalidRelationTypeException | javax.management.relation | No description provided. |
| InvalidRoleInfoException | javax.management.relation | No description provided. |
| InvalidRoleValueException | javax.management.relation | No description provided. |
| InvalidSearchControlsException | javax.naming.directory | Thrown when the SearchControls for a given search are invalid. |
| InvalidSearchFilterException | javax.naming.directory | Thrown when the search filter specification is invalid. |
| InvalidSlot | org.omg.PortableInterceptor | No description provided. |
| InvalidState | org.omg.MessageRouting | No description provided. |
| InvalidTargetObjectTypeException | javax.management.modelmbean | No description provided. |
| InvalidTransactionException | javax.transaction | An exception which is thrown when a request contains invalid transaction context information. |
| InvalidTypeForEncoding | org.omg.IOP.CodecPackage | No description provided. |
| InvalidValue | org.omg.DynamicAny.DynAnyPackage | No description provided. |
| INVALID_TRANSACTION | org.omg.CORBA | No description provided. |
| InvocationTargetException | java.lang.reflect | This class provides a wrapper for an exception thrown by a Method or Constructor invocation. |
| INV_FLAG | org.omg.CORBA | No description provided. |
| INV_IDENT | org.omg.CORBA | No description provided. |
| INV_OBJREF | org.omg.CORBA | No description provided. |
| INV_POLICY | org.omg.CORBA | No description provided. |
| IOException | java.io | This IO exception is thrown when a program encounters some sort I/O error. |
| JarException | java.util.jar | This runtime exception is thrown when a problem occurs while reading a JAR file. |
| JMException | javax.management | No description provided. |
| JMRuntimeException | javax.management | No description provided. |
| JMXProviderException | javax.management.remote | No description provided. |
| JMXServerErrorException | javax.management.remote | No description provided. |
| KeyAlreadyExistsException | javax.management.openmbean | No description provided. |
| KeyException | java.security | This class is the superclass of all classes which represent problems with keys. |
| KeyManagementException | java.security | No description provided. |
| KeyStoreException | java.security | No description provided. |
| LastOwnerException | java.security.acl | No description provided. |
| LdapReferralException | javax.naming.ldap | LdapReferralException is an abstract exception which extends
ReferralException to handle LDAPv3 request controls. |
| LimitExceededException | javax.naming | This is the NamingException used when a restriction is
exceeded. |
| LineUnavailableException | javax.sound.sampled | No description provided. |
| LinkException | javax.naming | Naming operations may throw a LinkException when attempting to
resolve links. |
| LinkLoopException | javax.naming | This is the NamingException used when a link results in a loop
or if too many links are being done. |
| ListenerNotFoundException | javax.management | No description provided. |
| LoginException | javax.security.auth.login | No description provided. |
| LSException | org.w3c.dom.ls | Parser or write operations may throw an LSException if the
processing is stopped. |
| MalformedInputException | java.nio.charset | Thrown when a malformed input is encountered, for example, a byte sequence is illegal for the given charset. |
| MalformedLinkException | javax.naming | This is the NamingException used when a link turns out to be
malformed. |
| MalformedObjectNameException | javax.management | No description provided. |
| MalformedParameterizedTypeException | java.lang.reflect | Indicates that a malformed parameterized type has been accessed by a reflected method. |
| MalformedURLException | java.net | This exception is thrown when a program attempts to create an URL from an incorrect specification. |
| ManagerAlreadyExists | org.omg.PortableServer.POAManagerFactoryPackage | A POAManager already exists with the same name. |
| MARSHAL | org.omg.CORBA | No description provided. |
| MarshalException | java.rmi | No description provided. |
| MBeanException | javax.management | No description provided. |
| MBeanRegistrationException | javax.management | No description provided. |
| MidiUnavailableException | javax.sound.midi | No description provided. |
| MimeTypeParseException | java.awt.datatransfer | No description provided. |
| MissingFormatArgumentException | java.util | The unchecked exception will be thrown out if there no corresponding argument with the specified conversion or an argument index that refers to a missing argument. |
| MissingFormatWidthException | java.util | The unchecked exception will be thrown out if the format width is missing but is required. |
| MissingResourceException | java.util | This runtime exception is thrown by ResourceBundle when a resouce bundle cannot be found or a resource is missing from a resource bundle. |
| MonitorSettingException | javax.management.monitor | No description provided. |
| MustTruncate | org.omg.DynamicAny | No description provided. |
| NameAlreadyBoundException | javax.naming | This is the NamingException used when trying to add a name
which is already bound. |
| NameNotFoundException | javax.naming | This is the NamingException used when part of a name cannot be
found. |
| NamingException | javax.naming | A NamingException is the basic exception thrown by the naming
classes. |
| NamingSecurityException | javax.naming | A NamingSecurityException is the NamingException
used when a security exception is encountered. |
| NegativeArraySizeException | java.lang | This runtime exception is thrown when an attempt is made to create an array whose size would be less than zero. |
| NoConnectionPendingException | java.nio.channels | Thrown if SocketChannel's finishConnect method is called before the SocketChannel's connect method completed without error. |
| NoContext | org.omg.PortableServer.CurrentPackage | No description provided. |
| NoInitialContextException | javax.naming | A NoInitialContextException is the exception thrown by the
naming classes when an initial context cannot be created. |
| NoninvertibleTransformException | java.awt.geom | No description provided. |
| NonReadableChannelException | java.nio.channels | Thrown when attempting to read from a channel that is not open for reading. |
| NonWritableChannelException | java.nio.channels | Thrown when attempting to write to a channel that is not open for writing. |
| NoPermissionException | javax.naming | An NoPermissionException is the
NamingSecurityException used when a server refuses permission
to the client. |
| NoPossiblePollable | org.omg.CORBA.PollableSetPackage | No description provided. |
| NoRouteToHostException | java.net | The NoRouteToHostException may be thrown when attempting to connect to a remote machine and because of network fault or firewall, no route can be established. |
| NoServant | org.omg.PortableServer.POAPackage | No description provided. |
| NoSuchAlgorithmException | java.security | Instances of this class are thrown when an attempt is made to access an algorithm which is not provided by the library. |
| NoSuchAttributeException | javax.naming.directory | Thrown when an attempt is made to access a non-existent attribute. |
| NoSuchElementException | java.util | This runtime exception is thrown when trying to retrieve an element past the end of an Enumeration, or the first or last element from an empty Vector. |
| NoSuchFieldException | java.lang | This exception is thrown when a program attempts to access a field which does not exist in a class |
| NoSuchMethodException | java.lang | This exception is thrown when a program attempts to access a method which does not exist in a class. |
| NoSuchObjectException | java.rmi | No description provided. |
| NoSuchPaddingException | javax.crypto | No description provided. |
| NoSuchProviderException | java.security | Instances of this class are thrown when an attempt is made to access a provider by name which is not currently available. |
| NotActiveException | java.io | Some methods in ObjectInputStream and ObjectOutputStream can only be called from a nested call to readObject() or writeObject(). |
| NotBoundException | java.rmi | No description provided. |
| NotCompliantMBeanException | javax.management | Thrown when trying to register an MBean object that is not a compliant JMX MBean. |
| NotContextException | javax.naming | A NotContextException is the exception thrown by the naming
classes when an operation on a context object cannot proceed because the
resolved object is not a context type. |
| NotOwnerException | java.security.acl | No description provided. |
| NotSerializableException | java.io | When an implementation of ObjectOutput.writeObject() is passed an object that is not serializable, it will throw this type of exception. |
| NotYetBoundException | java.nio.channels | Thrown if the server socket channel is not bound before an IO operation is made. |
| NotYetConnectedException | java.nio.channels | Thrown if the socket channel is not connected before an IO operation is invoked. |
| NO_IMPLEMENT | org.omg.CORBA | No description provided. |
| NO_MEMORY | org.omg.CORBA | No description provided. |
| NO_PERMISSION | org.omg.CORBA | No description provided. |
| NO_RESOURCES | org.omg.CORBA | No description provided. |
| NO_RESPONSE | org.omg.CORBA | No description provided. |
| NullPointerException | java.lang | This runtime exception is thrown when an attempt is made to access a field or method of an instance or an element of an array when there is no instance or array to use (i.e. |
| NumberFormatException | java.lang | This runtime exception is thrown when a "string to number" conversion routine is passed an invalid value. |
| ObjectAlreadyActive | org.omg.PortableServer.POAPackage | No description provided. |
| ObjectNotActive | org.omg.PortableServer.POAPackage | No description provided. |
| ObjectStreamException | java.io | This is the superclass of all exceptions that can happen when serializing or deserialing objects. |
| OBJECT_NOT_EXIST | org.omg.CORBA | No description provided. |
| OBJ_ADAPTER | org.omg.CORBA | No description provided. |
| OpenDataException | javax.management.openmbean | No description provided. |
| OperationNotSupportedException | javax.naming | This is the NamingException used when an operation is
requested which is not supported. |
| OperationsException | javax.management | Thrown when an Exception is thrown by the MBeanServer when executing MBeanServer methods. |
| OptionalDataException | java.io | When readObject() encounters primitive types (int, char, etc) instead of an object instance in the input stream, this type of exception will be thrown. |
| OverlappingFileLockException | java.nio.channels | Thrown when attempting to acquire a lock that overlaps an existing or pending lock held by this process. |
| ParseException | java.text | A ParseException is thrown when the String being parsed is not in the correct form. |
| ParserConfigurationException | javax.xml.parsers | Indicates a serious configuration error. |
| PartialResultException | javax.naming | This is the NamingException used when an operation returns an
incomplete result. |
| PatternSyntaxException | java.util.regex | No description provided. |
| PERSIST_STORE | org.omg.CORBA | No description provided. |
| PolicyError | org.omg.CORBA | No description provided. |
| PortUnreachableException | java.net | No description provided. |
| PrinterAbortException | java.awt.print | No description provided. |
| PrinterException | java.awt.print | No description provided. |
| PrinterIOException | java.awt.print | No description provided. |
| PrintException | javax.print | No description provided. |
| PrivilegedActionException | java.security | Instances of this class are used to wrap exceptions which occur within privileged operations. |
| ProfileDataException | java.awt.color | No description provided. |
| PropertyVetoException | java.beans | Indicates that a proposed property change is unacceptable. |
| ProtocolException | java.net | An attempt to connect to a socket of the wrong type (stream or nonstream) will trigger this exception. |
| ProviderException | java.security | No description provided. |
| RasterFormatException | java.awt.image | No description provided. |
| ReadOnlyBufferException | java.nio | A ReadOnlyBufferException is thrown when some write operation
is called on a readonly buffer. |
| REBIND | org.omg.CORBA | No description provided. |
| ReferralException | javax.naming | A ReferralException is an abstract class used by service
providers when dealing with referral exceptions. |
| ReflectionException | javax.management | Thrown when an MBeanServer operation encounter a Java reflection exception such as ClassNotFoundException, NoSuchMethodException, etc; it wraps the actual exception thrown |
| RefreshFailedException | javax.security.auth | No description provided. |
| RejectedExecutionException | java.util.concurrent | Exception thrown by an Executor when a task cannot be accepted for execution. |
| RelationException | javax.management.relation | No description provided. |
| RelationNotFoundException | javax.management.relation | No description provided. |
| RelationServiceNotRegisteredException | javax.management.relation | No description provided. |
| RelationTypeNotFoundException | javax.management.relation | No description provided. |
| RemarshalException | org.omg.CORBA.portable | No description provided. |
| RemoteException | java.rmi | No description provided. |
| ReplyNotAvailable | org.omg.MessageRouting | No description provided. |
| RMISecurityException | java.rmi | No description provided. |
| RoleInfoNotFoundException | javax.management.relation | No description provided. |
| RoleNotFoundException | javax.management.relation | No description provided. |
| RowSetWarning | javax.sql.rowset | No description provided. |
| RuntimeErrorException | javax.management | Thrown when an Error is thrown by the MBeanServer; it wraps the actual error thrown. |
| RuntimeException | java.lang | This class is the superclass of all classes which represent exceptional conditions which occur as a result of the running of the virtual machine. |
| RuntimeMBeanException | javax.management | Thrown when a MBean method invoked by the MBeanServer throws any non-reflection RuntimeException. |
| RuntimeOperationsException | javax.management | Thrown when a RuntimeException is thrown by the MBeanServer when executing MBeanServer methods. |
| SaslException | javax.security.sasl | No description provided. |
| SAXException | org.xml.sax | Encapsulate a general SAX error or warning. |
| SAXNotRecognizedException | org.xml.sax | Exception class for an unrecognized identifier. |
| SAXNotSupportedException | org.xml.sax | Exception class for an unsupported operation. |
| SAXParseException | org.xml.sax | Encapsulate an XML parse error or warning. |
| SchemaViolationException | javax.naming.directory | Thrown when attempting to make a modification that contravenes the directory schema. |
| SecurityException | java.lang | This runtime exception is thrown when a security manager check fails. |
| SerialException | javax.sql.rowset.serial | SerialException is thrown when an error is encountered during serialization/deserialization. |
| ServantAlreadyActive | org.omg.PortableServer.POAPackage | No description provided. |
| ServantNotActive | org.omg.PortableServer.POAPackage | No description provided. |
| ServerCloneException | java.rmi.server | No description provided. |
| ServerError | java.rmi | No description provided. |
| ServerException | java.rmi | No description provided. |
| ServerNotActiveException | java.rmi.server | No description provided. |
| ServerRuntimeException | java.rmi | No description provided. |
| ServiceNotFoundException | javax.management | Thrown when the requested service is not found |
| ServiceUnavailableException | javax.naming | This is the NamingException used when a connection to a server
cannot be established. |
| ShortBufferException | javax.crypto | No description provided. |
| SignatureException | java.security | This class represents generic security exceptions. |
| SizeLimitExceededException | javax.naming | This is the NamingException used when a size restriction is
exceeded. |
| SkeletonMismatchException | java.rmi.server | No description provided. |
| SkeletonNotFoundException | java.rmi.server | No description provided. |
| SocketException | java.net | This SocketException may be thrown during socket creation or setting options, and is the superclass of all other socket related exceptions. |
| SocketSecurityException | java.rmi.server | No description provided. |
| SocketTimeoutException | java.net | No description provided. |
| SQLException | java.sql | An Exception class that is used in conjunction with JDBC operations. |
| SQLWarning | java.sql | An exception class that holds information about Database access warnings. |
| SSLException | javax.net.ssl | No description provided. |
| SSLHandshakeException | javax.net.ssl | No description provided. |
| SSLKeyException | javax.net.ssl | No description provided. |
| SSLPeerUnverifiedException | javax.net.ssl | No description provided. |
| SSLProtocolException | javax.net.ssl | No description provided. |
| StreamCorruptedException | java.io | When readObject() cannot read an object from the input stream due to missing information (cyclic reference that doesn't match previous instance or missing class descriptor for instance to be loaded) this type of exception is thrown. |
| StringIndexOutOfBoundsException | java.lang | This runtime exception is thrown when the a String is indexed with a value less than zero, or greater than or equal to the size of the array. |
| StubNotFoundException | java.rmi | No description provided. |
| SyncFactoryException | javax.sql.rowset.spi | No description provided. |
| SyncFailedException | java.io | This IO exception is thrown when the method sync() in
FileDescriptor failed to complete. |
| SyncProviderException | javax.sql.rowset.spi | No description provided. |
| SystemException | org.omg.CORBA | No description provided. |
| TimeLimitExceededException | javax.naming | This is the NamingException used when a time restriction is
exceeded. |
| TIMEOUT | org.omg.CORBA | No description provided. |
| TimeoutException | java.util.concurrent | Exception thrown when a blocking operation times out. |
| TooManyListenersException | java.util | This exception is thrown when an attempt is made to add more than one listener to an event source which only supports a single listener. |
| TransactionRequiredException | javax.transaction | An exception which is thrown when a request is made which supplied a null transaction context in a situation where an active transaction is required. |
| TransactionRolledbackException | javax.transaction | An exception which is thrown to indicate that the transaction associated with a request has been rolled back or marked for rollback. |
| TRANSACTION_MODE | org.omg.CORBA | No description provided. |
| TRANSACTION_REQUIRED | org.omg.CORBA | No description provided. |
| TRANSACTION_ROLLEDBACK | org.omg.CORBA | No description provided. |
| TRANSACTION_UNAVAILABLE | org.omg.CORBA | No description provided. |
| TransformerConfigurationException | javax.xml.transform | Indicates a serious configuration error. |
| TransformerException | javax.xml.transform | This class specifies an exceptional condition that occured during the transformation process. |
| TRANSIENT | org.omg.CORBA | No description provided. |
| TypeMismatch | org.omg.IOP.CodecPackage | No description provided. |
| TypeMismatch | org.omg.DynamicAny.DynAnyPackage | No description provided. |
| TypeNotPresentException | java.lang | Indicates that a class, interface, enum or annotation type cannot be found. |
| UndeclaredThrowableException | java.lang.reflect | This class provides a wrapper for an unexpected exception thrown by an InvocationHandler |
| UnexpectedException | java.rmi | No description provided. |
| UNKNOWN | org.omg.CORBA | No description provided. |
| UnknownEncoding | org.omg.IOP.CodecFactoryPackage | No description provided. |
| UnknownException | org.omg.CORBA.portable | No description provided. |
| UnknownFormatConversionException | java.util | The unchecked exception will be thrown out if the format conversion is unknown. |
| UnknownFormatFlagsException | java.util | The unchecked exception will be thrown out if there is an unknown flag. |
| UnknownGroupException | java.rmi.activation | No description provided. |
| UnknownHostException | java.rmi | No description provided. |
| UnknownHostException | java.net | This UnknownHostException is thrown when an IP address resolution is attempted and no host or resolver may be found. |
| UnknownObjectException | java.rmi.activation | No description provided. |
| UnknownPollable | org.omg.CORBA.PollableSetPackage | No description provided. |
| UnknownServiceException | java.net | This UnknownServiceException is thrown when a particular service requested isn't support by the URL. |
| UnknownUserException | org.omg.CORBA | No description provided. |
| UnmappableCharacterException | java.nio.charset | Thrown when an unmappable character for the given charset is encountered. |
| UnmarshalException | java.rmi | No description provided. |
| UnmodifiableClassException | java.lang.instrument | This exception may be thrown from implementations of the method redefineClasses(ClassDefinition[]) when one of the desired class redefinition operations cannot be carried out. |
| UnmodifiableSetException | javax.print.attribute | No description provided. |
| UnrecoverableEntryException | java.security | No description provided. |
| UnrecoverableKeyException | java.security | This class represents exceptions if a key cannot be found in the keystore. |
| UnresolvedAddressException | java.nio.channels | Thrown when trying to use an unresolved network address in a network operation. |
| UnsupportedAddressTypeException | java.nio.channels | Thrown when connecting or binding to an unsupported address type. |
| UnsupportedAudioFileException | javax.sound.sampled | No description provided. |
| UnsupportedCallbackException | javax.security.auth.callback | No description provided. |
| UnsupportedCharsetException | java.nio.charset | Thrown when an unsupported charset name is encountered. |
| UnsupportedEncodingException | java.io | This IO exception is thrown when a program asks for a particular character converter and it is not available. |
| UnsupportedFlavorException | java.awt.datatransfer | No description provided. |
| UnsupportedLookAndFeelException | javax.swing | No description provided. |
| UnsupportedOperationException | java.lang | This runtime exception is thrown when an unsupported operation is attempted. |
| URISyntaxException | java.net | Represents an exception that occurred during parsing of a URI. |
| UserException | org.omg.CORBA | No description provided. |
| UTFDataFormatException | java.io | This IO exception is thrown when a program attempts to read a UTF-8 String and the encoding is incorrect. |
| WriteAbortedException | java.io | This type of exception is thrown by readObject() when it detects an exception marker in the input stream. |
| WrongAdapter | org.omg.PortableServer.POAPackage | No description provided. |
| WrongPolicy | org.omg.PortableServer.POAPackage | No description provided. |
| WrongTransaction | org.omg.CORBA | No description provided. |
| XAException | javax.transaction.xa | An XAException is an exception thrown by a Resource Manager to inform the Transaction Manager of an error which has occurred in relation to a transaction branch. |
| XMLParseException | javax.management.modelmbean | Thrown when invalid XML formatted strings are used to specify Descriptor fields. |
| XPathException | javax.xml.xpath | XPathException represents a generic XPath exception. |
| XPathExpressionException | javax.xml.xpath | XPathExpressionException represents an error in an XPath expression. |
| XPathFactoryConfigurationException | javax.xml.xpath | XPathFactoryConfigurationException represents a configuration error in a XPathFactory environment. |
| XPathFunctionException | javax.xml.xpath | XPathFunctionException represents an error with an XPath function. |
| ZipException | java.util.zip | This runtime exception is thrown by ZipFile and ZipInputStream when the file or stream is not a valid zip file. |
| Search |




