Library:Apache Harmony
Version:5.M5
Compatibility:JDK 1.5
Exceptions in library Apache Harmony.
NamePackageDescription
AccessControlExceptionjava.securityThis runtime exception is thrown when an access control check indicates that access should not be granted.
AccessExceptionjava.rmiNo description provided.
AccountExceptionjavax.security.auth.loginNo description provided.
AccountExpiredExceptionjavax.security.auth.loginNo description provided.
AccountLockedExceptionjavax.security.auth.loginNo description provided.
AccountNotFoundExceptionjavax.security.auth.loginNo description provided.
AclNotFoundExceptionjava.security.aclNo description provided.
ActivateFailedExceptionjava.rmi.activationNo description provided.
ActivationExceptionjava.rmi.activationNo description provided.
ActivityCompletedExceptionjavax.activityNo description provided.
ActivityRequiredExceptionjavax.activityNo description provided.
AdapterAlreadyExistsorg.omg.PortableServer.POAPackageNo description provided.
AdapterInactiveorg.omg.PortableServer.POAManagerPackageNo description provided.
AdapterNonExistentorg.omg.PortableServer.POAPackageNo description provided.
AlreadyBoundExceptionjava.rmiNo description provided.
AlreadyConnectedExceptionjava.nio.channelsThrown when an attempt is made to connect a SocketChannel that is already connected.
AnnotationTypeMismatchExceptionjava.lang.annotation

Indicates that an annotation type has changed since it was compiled or serialized.

ApplicationExceptionorg.omg.CORBA.portableNo description provided.
ArithmeticExceptionjava.langThis runtime exception is thrown when the an invalid arithmetic operation is attempted.
ArrayIndexOutOfBoundsExceptionjava.langThis 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.
ArrayStoreExceptionjava.langThis 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..
AsynchronousCloseExceptionjava.nio.channelsThrown when the underlying channel for an IO operation is closed by another thread.
AttributeInUseExceptionjavax.naming.directoryThrown when attempting to add an attribute that is already defined for an object.
AttributeModificationExceptionjavax.naming.directoryThrown when a caller attempts to make an attribute modification that is not permitted.
AttributeNotFoundExceptionjavax.managementNo description provided.
AuthenticationExceptionjavax.security.saslNo description provided.
AuthenticationExceptionjavax.namingAn AuthenticationException is the NamingSecurityException used when authentication fails.
AuthenticationNotSupportedExceptionjavax.namingAn AuthenticationNotSupportedException is the NamingSecurityException used when the authentication required is not available.
AWTExceptionjava.awtNo description provided.
BackingStoreExceptionjava.util.prefsAn exception to indicate that some error was encountered while accessing the backing store.
BadAttributeValueExpExceptionjavax.managementNo description provided.
BadBinaryOpValueExpExceptionjavax.managementNo description provided.
BadKindorg.omg.CORBA.TypeCodePackageNo description provided.
BadLocationExceptionjavax.swing.textNo description provided.
BadPaddingExceptionjavax.cryptoNo description provided.
BadStringOperationExceptionjavax.managementNo description provided.
BAD_CONTEXTorg.omg.CORBANo description provided.
BAD_INV_ORDERorg.omg.CORBANo description provided.
BAD_OPERATIONorg.omg.CORBANo description provided.
BAD_PARAMorg.omg.CORBANo description provided.
BAD_QOSorg.omg.CORBANo description provided.
BAD_TYPECODEorg.omg.CORBANo description provided.
BatchUpdateExceptionjava.sqlAn exception thrown if a problem occurs during a batch update operation.
BindExceptionjava.netA BindException is thrown when a process cannot bind a local address/port, either because it is already bound or reserved by the OS.
Boundsorg.omg.CORBA.TypeCodePackageNo description provided.
Boundsorg.omg.CORBANo description provided.
BrokenBarrierExceptionjava.util.concurrentException 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.
BufferOverflowExceptionjava.nioA BufferOverflowException is thrown when you try to write elements to a buffer, but there is not enough remaining space in the buffer.
BufferUnderflowExceptionjava.nioA BufferUnderflowException is thrown when you try to read elements from a buffer, but there is not enough remaining elements in the buffer.
CancellationExceptionjava.util.concurrentException indicating that the result of a value-producing task, such as a FutureTask , cannot be retrieved because the task was cancelled.
CancelledKeyExceptionjava.nio.channelsThrown when an invalid selection key is used.
CannotProceedExceptionjavax.namingNaming 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.
CannotRedoExceptionjavax.swing.undoNo description provided.
CannotUndoExceptionjavax.swing.undoNo description provided.
CertificateEncodingExceptionjavax.security.certNo description provided.
CertificateEncodingExceptionjava.security.certThis class represents an encoding exception for a certificate.
CertificateExceptionjavax.security.certNo description provided.
CertificateExceptionjava.security.certThis class represents a general certificate exception.
CertificateExpiredExceptionjavax.security.certNo description provided.
CertificateExpiredExceptionjava.security.certThis class indicates that a given certificate has expired.
CertificateNotYetValidExceptionjavax.security.certNo description provided.
CertificateNotYetValidExceptionjava.security.certThis class indicates that a given certificate is not valid yet.
CertificateParsingExceptionjavax.security.certNo description provided.
CertificateParsingExceptionjava.security.certThis class indicates that a given certificate could not be parsed.
CertPathBuilderExceptionjava.security.certNo description provided.
CertPathValidatorExceptionjava.security.certNo description provided.
CertStoreExceptionjava.security.certNo description provided.
ChangedCharSetExceptionjavax.swing.textNo description provided.
CharacterCodingExceptionjava.nio.charsetType of exception thrown when an encoding or decoding error occurs.
CharConversionExceptionjava.ioThis is the top level class for character conversion exceptions.
ClassCastExceptionjava.langThis runtime exception is thrown when a program attempts to cast a an object to a type which it is not compatible with.
ClassNotFoundExceptionjava.langThis exception is thrown when a classloader is unable to find a class.
CloneNotSupportedExceptionjava.langThis exception is thrown when a program attempts to clone an object which does not support the Cloneable interface.
ClosedByInterruptExceptionjava.nio.channelsThrown when a thread is interrupted in a blocking IO operation.
ClosedChannelExceptionjava.nio.channelsThis exception is thrown when a channel is closed for the type of operation attempted.
ClosedSelectorExceptionjava.nio.channelsThrown when an a selector is closed and an IO operation is attempted.
CMMExceptionjava.awt.colorNo description provided.
CODESET_INCOMPATIBLEorg.omg.CORBANo description provided.
CommunicationExceptionjavax.namingThis is the NamingException used when communication with the naming or directory service fails.
COMM_FAILUREorg.omg.CORBANo description provided.
ConcurrentModificationExceptionjava.utilThis runtime exception is thrown when a Collection is modified and an existing iterator on the Collection is used to modify the Collection as well.
ConfigurationExceptionjavax.namingThis is the NamingException used when there is a problem encountered with the configuration.
ConnectExceptionjava.rmiNo description provided.
ConnectExceptionjava.netThis ConnectException is thrown when a connection cannot be established to a remote host/port, because for instance a server was not listening.
ConnectIOExceptionjava.rmiNo description provided.
ConnectionPendingExceptionjava.nio.channelsThrown when an attempt is made to connect a SocketChannel that has a non-blocking connection already underway.
ContextNotEmptyExceptionjavax.namingThis is the NamingException used when trying to destroy a context which is not empty.
CredentialExceptionjavax.security.auth.loginNo description provided.
CredentialExpiredExceptionjavax.security.auth.loginNo description provided.
CredentialNotFoundExceptionjavax.security.auth.loginNo description provided.
CRLExceptionjava.security.certNo description provided.
DataFormatExceptionjava.util.zipDataFormatException is used to indicate an error in the format of a particular data stream.
DataTruncationjava.sqlAn exception which is thrown when a JDBC driver unexpectedly truncates a data value either when reading or when writing data.
DatatypeConfigurationExceptionjavax.xml.datatype

Indicates a serious configuration error.

DATA_CONVERSIONorg.omg.CORBANo description provided.
DestroyFailedExceptionjavax.security.authNo description provided.
DigestExceptionjava.securityThis class represents exceptions for message digest computation.
DOMExceptionorg.w3c.domDOM 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).
DuplicateFormatFlagsExceptionjava.utilThe unchecked exception will be thrown out if there are duplicate flags given out in the format specifier.
DuplicateNameorg.omg.PortableInterceptor.ORBInitInfoPackageNo description provided.
EmptyStackExceptionjava.utilRuntime exception which is thrown when pop/peek method of stack is executed on a stack which is empty
EnumConstantNotPresentExceptionjava.lang

Indicates that an enum constant does not exist for a particular name.

EOFExceptionjava.ioThis End Of File (EOF) exception is thrown when a program encounters the end of a file or stream during an operation.
EventExceptionorg.w3c.dom.eventsEvent operations may throw an EventException as specified in their method descriptions.
Exceptionjava.langThis class is the superclass of all classes which represent recoverable exceptions.
ExecutionExceptionjava.util.concurrentException thrown when attempting to retrieve the result of a task that aborted by throwing an exception.
ExemptionMechanismExceptionjavax.cryptoNo description provided.
ExpandVetoExceptionjavax.swing.treeNo description provided.
ExportExceptionjava.rmi.serverNo description provided.
FailedLoginExceptionjavax.security.auth.loginNo description provided.
FileLockInterruptionExceptionjava.nio.channelsThrown when thread was interrupted while waiting to acquire a file lock.
FileNotFoundExceptionjava.ioThis IO exception is thrown when a file specified by a program cannot be found.
FontFormatExceptionjava.awtNo description provided.
FormatFlagsConversionMismatchExceptionjava.utilThe unchecked exception will be thrown out if a conversion and flags are incompatible.
FormatMismatchorg.omg.IOP.CodecPackageNo description provided.
FormatterClosedExceptionjava.utilThe unchecked exception will be thrown out if the formatter has been closed.
ForwardRequestorg.omg.PortableServerNo description provided.
ForwardRequestorg.omg.PortableInterceptorNo description provided.
FREE_MEMorg.omg.CORBANo description provided.
GeneralSecurityExceptionjava.securityThis class represents the general security exception.
GSSExceptionorg.ietf.jgssNo description provided.
HeadlessExceptionjava.awtHeadlessException
HttpRetryExceptionjava.netThe exception to be thrown when a request cannot be retried.
IIOExceptionjavax.imageioNo description provided.
IIOInvalidTreeExceptionjavax.imageio.metadataNo description provided.
IllegalAccessExceptionjava.langThis 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.
IllegalArgumentExceptionjava.langThis runtime exception is thrown when a method is invoked with an argument which it can not reasonably deal with.
IllegalBlockingModeExceptionjava.nio.channelsThrown when when operation that requires a specific blocking mode is invoked on a channel that is in a different blocking mode.
IllegalBlockSizeExceptionjavax.cryptoNo description provided.
IllegalCharsetNameExceptionjava.nio.charsetThrown when an illegal charset name is encountered.
IllegalClassFormatExceptionjava.lang.instrumentThis 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.
IllegalComponentStateExceptionjava.awtNo description provided.
IllegalFormatCodePointExceptionjava.utilThe unchecked exception will be thrown out if an invalid Unicode code point, which is Character.isValidCodePoint(int), is passed as a parameter to Formatter.
IllegalFormatConversionExceptionjava.utilThe unchecked exception will be thrown out when the parameter is incompatible with the corresponding format specifier.
IllegalFormatExceptionjava.utilUnchecked 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.
IllegalFormatFlagsExceptionjava.utilThe unchecked exception will be thrown out if the combination of the format flags is illegal.
IllegalFormatPrecisionExceptionjava.utilThe 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.
IllegalFormatWidthExceptionjava.utilThe 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.
IllegalMonitorStateExceptionjava.langThis 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.
IllegalPathStateExceptionjava.awt.geomNo description provided.
IllegalSelectorExceptionjava.nio.channelsThrown when a call is made to register a channel on a selector that has been created by a different provider.
IllegalStateExceptionjava.langThis runtime exception is thrown when an action is attempted at a time when the virtual machine is not in the correct state.
IllegalThreadStateExceptionjava.langThis runtime exception is thrown when an operation is attempted which is not possible given the state that the executing thread is in.
ImagingOpExceptionjava.awt.imageNo description provided.
IMP_LIMITorg.omg.CORBANo description provided.
IncompleteAnnotationExceptionjava.lang.annotation

Indicates that an element of an annotation type was accessed that was added after the type was compiled or serialized.

InconsistentTypeCodeorg.omg.DynamicAny.DynAnyFactoryPackageNo description provided.
InconsistentTypeCodeorg.omg.CORBA.ORBPackageNo description provided.
IndexOutOfBoundsExceptionjava.langThis 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.
IndirectionExceptionorg.omg.CORBA.portableNo description provided.
INITIALIZEorg.omg.CORBANo description provided.
InputMismatchExceptionjava.utilAn InputMismatchException is thrown by a scanner to indicate that the next token does not match the pattern the specified type.
InstanceAlreadyExistsExceptionjavax.managementNo description provided.
InstanceNotFoundExceptionjavax.managementNo description provided.
InstantiationExceptionjava.langThis exception is thrown when a program attempts to access a constructor which is not accessible from the location where the reference is made.
InsufficientResourcesExceptionjavax.namingThis is the NamingException used when limited resources prevent completion of a request.
INTERNALorg.omg.CORBANo description provided.
InterruptedExceptionjava.langThis exception is thrown when a waiting thread is activated before the condition it was waiting on has been satisfied.
InterruptedIOExceptionjava.ioThis IO exception is thrown when a program reading or writing to a stream is interrupted.
InterruptedNamingExceptionjavax.namingThis is the NamingException used when an operation is interrupted.
INTF_REPOSorg.omg.CORBANo description provided.
IntrospectionExceptionjavax.managementNo description provided.
IntrospectionExceptionjava.beansNo description provided.
InvalidActivityExceptionjavax.activityNo description provided.
InvalidAlgorithmParameterExceptionjava.securityThis class represents invalid algorithm parameters to cryptographic services.
InvalidApplicationExceptionjavax.managementNo description provided.
InvalidAttributeIdentifierExceptionjavax.naming.directoryThrown when the identifier part of an attribute is invalid.
InvalidAttributesExceptionjavax.naming.directoryThrown when an attempt is made to set attributes that are invalid for the entry they are being targeted.
InvalidAttributeValueExceptionjavax.managementNo description provided.
InvalidAttributeValueExceptionjavax.naming.directoryThrown when the value part of an attribute is invalid.
InvalidClassExceptionjava.ioA problem was found with the class of one of the objects being serialized or deserialized.
InvalidDnDOperationExceptionjava.awt.dndNo description provided.
InvalidKeyExceptionjavax.management.openmbeanNo description provided.
InvalidKeyExceptionjava.securityUsed when invalid cryptography keys are used.
InvalidKeySpecExceptionjava.security.specNo description provided.
InvalidMarkExceptionjava.nioA InvalidMarkException is thrown when reset() is called on a buffer, but there is no mark set previously.
InvalidMidiDataExceptionjavax.sound.midiNo description provided.
InvalidNameorg.omg.PortableInterceptor.ORBInitInfoPackageNo description provided.
InvalidNameorg.omg.CORBA.ORBPackageNo description provided.
InvalidNameExceptionjavax.namingAn InvalidNameException is the NamingException used when a supplied name does not match the required format.
InvalidObjectExceptionjava.ioThe object graph loaded (deserialized) can be validated by a collection of validator objects.
InvalidOpenTypeExceptionjavax.management.openmbeanNo description provided.
InvalidParameterExceptionjava.securityThis exception is thrown when an invalid parameter is passed to a method.
InvalidParameterSpecExceptionjava.security.specNo description provided.
InvalidPoliciesorg.omg.CORBANo description provided.
InvalidPolicyorg.omg.PortableServer.POAPackageNo description provided.
InvalidPreferencesFormatExceptionjava.util.prefsAn exception to indicate that the input XML file is not well-formed or validating to the appropriate document type, which is specified by Preferences.
InvalidPropertiesFormatExceptionjava.utilNo description provided.
InvalidRelationIdExceptionjavax.management.relationNo description provided.
InvalidRelationServiceExceptionjavax.management.relationNo description provided.
InvalidRelationTypeExceptionjavax.management.relationNo description provided.
InvalidRoleInfoExceptionjavax.management.relationNo description provided.
InvalidRoleValueExceptionjavax.management.relationNo description provided.
InvalidSearchControlsExceptionjavax.naming.directoryThrown when the SearchControls for a given search are invalid.
InvalidSearchFilterExceptionjavax.naming.directoryThrown when the search filter specification is invalid.
InvalidSlotorg.omg.PortableInterceptorNo description provided.
InvalidStateorg.omg.MessageRoutingNo description provided.
InvalidTargetObjectTypeExceptionjavax.management.modelmbeanNo description provided.
InvalidTransactionExceptionjavax.transactionAn exception which is thrown when a request contains invalid transaction context information.
InvalidTypeForEncodingorg.omg.IOP.CodecPackageNo description provided.
InvalidValueorg.omg.DynamicAny.DynAnyPackageNo description provided.
INVALID_TRANSACTIONorg.omg.CORBANo description provided.
InvocationTargetExceptionjava.lang.reflectThis class provides a wrapper for an exception thrown by a Method or Constructor invocation.
INV_FLAGorg.omg.CORBANo description provided.
INV_IDENTorg.omg.CORBANo description provided.
INV_OBJREForg.omg.CORBANo description provided.
INV_POLICYorg.omg.CORBANo description provided.
IOExceptionjava.ioThis IO exception is thrown when a program encounters some sort I/O error.
JarExceptionjava.util.jarThis runtime exception is thrown when a problem occurs while reading a JAR file.
JMExceptionjavax.managementNo description provided.
JMRuntimeExceptionjavax.managementNo description provided.
JMXProviderExceptionjavax.management.remoteNo description provided.
JMXServerErrorExceptionjavax.management.remoteNo description provided.
KeyAlreadyExistsExceptionjavax.management.openmbeanNo description provided.
KeyExceptionjava.securityThis class is the superclass of all classes which represent problems with keys.
KeyManagementExceptionjava.securityNo description provided.
KeyStoreExceptionjava.securityNo description provided.
LastOwnerExceptionjava.security.aclNo description provided.
LdapReferralExceptionjavax.naming.ldapLdapReferralException is an abstract exception which extends ReferralException to handle LDAPv3 request controls.
LimitExceededExceptionjavax.namingThis is the NamingException used when a restriction is exceeded.
LineUnavailableExceptionjavax.sound.sampledNo description provided.
LinkExceptionjavax.namingNaming operations may throw a LinkException when attempting to resolve links.
LinkLoopExceptionjavax.namingThis is the NamingException used when a link results in a loop or if too many links are being done.
ListenerNotFoundExceptionjavax.managementNo description provided.
LoginExceptionjavax.security.auth.loginNo description provided.
LSExceptionorg.w3c.dom.lsParser or write operations may throw an LSException if the processing is stopped.
MalformedInputExceptionjava.nio.charsetThrown when a malformed input is encountered, for example, a byte sequence is illegal for the given charset.
MalformedLinkExceptionjavax.namingThis is the NamingException used when a link turns out to be malformed.
MalformedObjectNameExceptionjavax.managementNo description provided.
MalformedParameterizedTypeExceptionjava.lang.reflectIndicates that a malformed parameterized type has been accessed by a reflected method.
MalformedURLExceptionjava.netThis exception is thrown when a program attempts to create an URL from an incorrect specification.
ManagerAlreadyExistsorg.omg.PortableServer.POAManagerFactoryPackageA POAManager already exists with the same name.
MARSHALorg.omg.CORBANo description provided.
MarshalExceptionjava.rmiNo description provided.
MBeanExceptionjavax.managementNo description provided.
MBeanRegistrationExceptionjavax.managementNo description provided.
MidiUnavailableExceptionjavax.sound.midiNo description provided.
MimeTypeParseExceptionjava.awt.datatransferNo description provided.
MissingFormatArgumentExceptionjava.utilThe 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.
MissingFormatWidthExceptionjava.utilThe unchecked exception will be thrown out if the format width is missing but is required.
MissingResourceExceptionjava.utilThis runtime exception is thrown by ResourceBundle when a resouce bundle cannot be found or a resource is missing from a resource bundle.
MonitorSettingExceptionjavax.management.monitorNo description provided.
MustTruncateorg.omg.DynamicAnyNo description provided.
NameAlreadyBoundExceptionjavax.namingThis is the NamingException used when trying to add a name which is already bound.
NameNotFoundExceptionjavax.namingThis is the NamingException used when part of a name cannot be found.
NamingExceptionjavax.namingA NamingException is the basic exception thrown by the naming classes.
NamingSecurityExceptionjavax.namingA NamingSecurityException is the NamingException used when a security exception is encountered.
NegativeArraySizeExceptionjava.langThis runtime exception is thrown when an attempt is made to create an array whose size would be less than zero.
NoConnectionPendingExceptionjava.nio.channelsThrown if SocketChannel's finishConnect method is called before the SocketChannel's connect method completed without error.
NoContextorg.omg.PortableServer.CurrentPackageNo description provided.
NoInitialContextExceptionjavax.namingA NoInitialContextException is the exception thrown by the naming classes when an initial context cannot be created.
NoninvertibleTransformExceptionjava.awt.geomNo description provided.
NonReadableChannelExceptionjava.nio.channelsThrown when attempting to read from a channel that is not open for reading.
NonWritableChannelExceptionjava.nio.channelsThrown when attempting to write to a channel that is not open for writing.
NoPermissionExceptionjavax.namingAn NoPermissionException is the NamingSecurityException used when a server refuses permission to the client.
NoPossiblePollableorg.omg.CORBA.PollableSetPackageNo description provided.
NoRouteToHostExceptionjava.netThe NoRouteToHostException may be thrown when attempting to connect to a remote machine and because of network fault or firewall, no route can be established.
NoServantorg.omg.PortableServer.POAPackageNo description provided.
NoSuchAlgorithmExceptionjava.securityInstances of this class are thrown when an attempt is made to access an algorithm which is not provided by the library.
NoSuchAttributeExceptionjavax.naming.directoryThrown when an attempt is made to access a non-existent attribute.
NoSuchElementExceptionjava.utilThis 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.
NoSuchFieldExceptionjava.langThis exception is thrown when a program attempts to access a field which does not exist in a class
NoSuchMethodExceptionjava.langThis exception is thrown when a program attempts to access a method which does not exist in a class.
NoSuchObjectExceptionjava.rmiNo description provided.
NoSuchPaddingExceptionjavax.cryptoNo description provided.
NoSuchProviderExceptionjava.securityInstances of this class are thrown when an attempt is made to access a provider by name which is not currently available.
NotActiveExceptionjava.ioSome methods in ObjectInputStream and ObjectOutputStream can only be called from a nested call to readObject() or writeObject().
NotBoundExceptionjava.rmiNo description provided.
NotCompliantMBeanExceptionjavax.managementThrown when trying to register an MBean object that is not a compliant JMX MBean.
NotContextExceptionjavax.namingA 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.
NotOwnerExceptionjava.security.aclNo description provided.
NotSerializableExceptionjava.ioWhen an implementation of ObjectOutput.writeObject() is passed an object that is not serializable, it will throw this type of exception.
NotYetBoundExceptionjava.nio.channelsThrown if the server socket channel is not bound before an IO operation is made.
NotYetConnectedExceptionjava.nio.channelsThrown if the socket channel is not connected before an IO operation is invoked.
NO_IMPLEMENTorg.omg.CORBANo description provided.
NO_MEMORYorg.omg.CORBANo description provided.
NO_PERMISSIONorg.omg.CORBANo description provided.
NO_RESOURCESorg.omg.CORBANo description provided.
NO_RESPONSEorg.omg.CORBANo description provided.
NullPointerExceptionjava.langThis 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.
NumberFormatExceptionjava.langThis runtime exception is thrown when a "string to number" conversion routine is passed an invalid value.
ObjectAlreadyActiveorg.omg.PortableServer.POAPackageNo description provided.
ObjectNotActiveorg.omg.PortableServer.POAPackageNo description provided.
ObjectStreamExceptionjava.ioThis is the superclass of all exceptions that can happen when serializing or deserialing objects.
OBJECT_NOT_EXISTorg.omg.CORBANo description provided.
OBJ_ADAPTERorg.omg.CORBANo description provided.
OpenDataExceptionjavax.management.openmbeanNo description provided.
OperationNotSupportedExceptionjavax.namingThis is the NamingException used when an operation is requested which is not supported.
OperationsExceptionjavax.managementThrown when an Exception is thrown by the MBeanServer when executing MBeanServer methods.
OptionalDataExceptionjava.ioWhen readObject() encounters primitive types (int, char, etc) instead of an object instance in the input stream, this type of exception will be thrown.
OverlappingFileLockExceptionjava.nio.channelsThrown when attempting to acquire a lock that overlaps an existing or pending lock held by this process.
ParseExceptionjava.textA ParseException is thrown when the String being parsed is not in the correct form.
ParserConfigurationExceptionjavax.xml.parsersIndicates a serious configuration error.
PartialResultExceptionjavax.namingThis is the NamingException used when an operation returns an incomplete result.
PatternSyntaxExceptionjava.util.regexNo description provided.
PERSIST_STOREorg.omg.CORBANo description provided.
PolicyErrororg.omg.CORBANo description provided.
PortUnreachableExceptionjava.netNo description provided.
PrinterAbortExceptionjava.awt.printNo description provided.
PrinterExceptionjava.awt.printNo description provided.
PrinterIOExceptionjava.awt.printNo description provided.
PrintExceptionjavax.printNo description provided.
PrivilegedActionExceptionjava.securityInstances of this class are used to wrap exceptions which occur within privileged operations.
ProfileDataExceptionjava.awt.colorNo description provided.
PropertyVetoExceptionjava.beansIndicates that a proposed property change is unacceptable.
ProtocolExceptionjava.netAn attempt to connect to a socket of the wrong type (stream or nonstream) will trigger this exception.
ProviderExceptionjava.securityNo description provided.
RasterFormatExceptionjava.awt.imageNo description provided.
ReadOnlyBufferExceptionjava.nioA ReadOnlyBufferException is thrown when some write operation is called on a readonly buffer.
REBINDorg.omg.CORBANo description provided.
ReferralExceptionjavax.namingA ReferralException is an abstract class used by service providers when dealing with referral exceptions.
ReflectionExceptionjavax.managementThrown when an MBeanServer operation encounter a Java reflection exception such as ClassNotFoundException, NoSuchMethodException, etc; it wraps the actual exception thrown
RefreshFailedExceptionjavax.security.authNo description provided.
RejectedExecutionExceptionjava.util.concurrentException thrown by an Executor when a task cannot be accepted for execution.
RelationExceptionjavax.management.relationNo description provided.
RelationNotFoundExceptionjavax.management.relationNo description provided.
RelationServiceNotRegisteredExceptionjavax.management.relationNo description provided.
RelationTypeNotFoundExceptionjavax.management.relationNo description provided.
RemarshalExceptionorg.omg.CORBA.portableNo description provided.
RemoteExceptionjava.rmiNo description provided.
ReplyNotAvailableorg.omg.MessageRoutingNo description provided.
RMISecurityExceptionjava.rmiNo description provided.
RoleInfoNotFoundExceptionjavax.management.relationNo description provided.
RoleNotFoundExceptionjavax.management.relationNo description provided.
RowSetWarningjavax.sql.rowsetNo description provided.
RuntimeErrorExceptionjavax.managementThrown when an Error is thrown by the MBeanServer; it wraps the actual error thrown.
RuntimeExceptionjava.langThis class is the superclass of all classes which represent exceptional conditions which occur as a result of the running of the virtual machine.
RuntimeMBeanExceptionjavax.managementThrown when a MBean method invoked by the MBeanServer throws any non-reflection RuntimeException.
RuntimeOperationsExceptionjavax.managementThrown when a RuntimeException is thrown by the MBeanServer when executing MBeanServer methods.
SaslExceptionjavax.security.saslNo description provided.
SAXExceptionorg.xml.saxEncapsulate a general SAX error or warning.
SAXNotRecognizedExceptionorg.xml.saxException class for an unrecognized identifier.
SAXNotSupportedExceptionorg.xml.saxException class for an unsupported operation.
SAXParseExceptionorg.xml.saxEncapsulate an XML parse error or warning.
SchemaViolationExceptionjavax.naming.directoryThrown when attempting to make a modification that contravenes the directory schema.
SecurityExceptionjava.langThis runtime exception is thrown when a security manager check fails.
SerialExceptionjavax.sql.rowset.serialSerialException is thrown when an error is encountered during serialization/deserialization.
ServantAlreadyActiveorg.omg.PortableServer.POAPackageNo description provided.
ServantNotActiveorg.omg.PortableServer.POAPackageNo description provided.
ServerCloneExceptionjava.rmi.serverNo description provided.
ServerErrorjava.rmiNo description provided.
ServerExceptionjava.rmiNo description provided.
ServerNotActiveExceptionjava.rmi.serverNo description provided.
ServerRuntimeExceptionjava.rmiNo description provided.
ServiceNotFoundExceptionjavax.managementThrown when the requested service is not found
ServiceUnavailableExceptionjavax.namingThis is the NamingException used when a connection to a server cannot be established.
ShortBufferExceptionjavax.cryptoNo description provided.
SignatureExceptionjava.securityThis class represents generic security exceptions.
SizeLimitExceededExceptionjavax.namingThis is the NamingException used when a size restriction is exceeded.
SkeletonMismatchExceptionjava.rmi.serverNo description provided.
SkeletonNotFoundExceptionjava.rmi.serverNo description provided.
SocketExceptionjava.netThis SocketException may be thrown during socket creation or setting options, and is the superclass of all other socket related exceptions.
SocketSecurityExceptionjava.rmi.serverNo description provided.
SocketTimeoutExceptionjava.netNo description provided.
SQLExceptionjava.sqlAn Exception class that is used in conjunction with JDBC operations.
SQLWarningjava.sqlAn exception class that holds information about Database access warnings.
SSLExceptionjavax.net.sslNo description provided.
SSLHandshakeExceptionjavax.net.sslNo description provided.
SSLKeyExceptionjavax.net.sslNo description provided.
SSLPeerUnverifiedExceptionjavax.net.sslNo description provided.
SSLProtocolExceptionjavax.net.sslNo description provided.
StreamCorruptedExceptionjava.ioWhen 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.
StringIndexOutOfBoundsExceptionjava.langThis 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.
StubNotFoundExceptionjava.rmiNo description provided.
SyncFactoryExceptionjavax.sql.rowset.spiNo description provided.
SyncFailedExceptionjava.ioThis IO exception is thrown when the method sync() in FileDescriptor failed to complete.
SyncProviderExceptionjavax.sql.rowset.spiNo description provided.
SystemExceptionorg.omg.CORBANo description provided.
TimeLimitExceededExceptionjavax.namingThis is the NamingException used when a time restriction is exceeded.
TIMEOUTorg.omg.CORBANo description provided.
TimeoutExceptionjava.util.concurrentException thrown when a blocking operation times out.
TooManyListenersExceptionjava.utilThis exception is thrown when an attempt is made to add more than one listener to an event source which only supports a single listener.
TransactionRequiredExceptionjavax.transactionAn exception which is thrown when a request is made which supplied a null transaction context in a situation where an active transaction is required.
TransactionRolledbackExceptionjavax.transactionAn exception which is thrown to indicate that the transaction associated with a request has been rolled back or marked for rollback.
TRANSACTION_MODEorg.omg.CORBANo description provided.
TRANSACTION_REQUIREDorg.omg.CORBANo description provided.
TRANSACTION_ROLLEDBACKorg.omg.CORBANo description provided.
TRANSACTION_UNAVAILABLEorg.omg.CORBANo description provided.
TransformerConfigurationExceptionjavax.xml.transformIndicates a serious configuration error.
TransformerExceptionjavax.xml.transformThis class specifies an exceptional condition that occured during the transformation process.
TRANSIENTorg.omg.CORBANo description provided.
TypeMismatchorg.omg.IOP.CodecPackageNo description provided.
TypeMismatchorg.omg.DynamicAny.DynAnyPackageNo description provided.
TypeNotPresentExceptionjava.lang

Indicates that a class, interface, enum or annotation type cannot be found.

UndeclaredThrowableExceptionjava.lang.reflectThis class provides a wrapper for an unexpected exception thrown by an InvocationHandler
UnexpectedExceptionjava.rmiNo description provided.
UNKNOWNorg.omg.CORBANo description provided.
UnknownEncodingorg.omg.IOP.CodecFactoryPackageNo description provided.
UnknownExceptionorg.omg.CORBA.portableNo description provided.
UnknownFormatConversionExceptionjava.utilThe unchecked exception will be thrown out if the format conversion is unknown.
UnknownFormatFlagsExceptionjava.utilThe unchecked exception will be thrown out if there is an unknown flag.
UnknownGroupExceptionjava.rmi.activationNo description provided.
UnknownHostExceptionjava.rmiNo description provided.
UnknownHostExceptionjava.netThis UnknownHostException is thrown when an IP address resolution is attempted and no host or resolver may be found.
UnknownObjectExceptionjava.rmi.activationNo description provided.
UnknownPollableorg.omg.CORBA.PollableSetPackageNo description provided.
UnknownServiceExceptionjava.netThis UnknownServiceException is thrown when a particular service requested isn't support by the URL.
UnknownUserExceptionorg.omg.CORBANo description provided.
UnmappableCharacterExceptionjava.nio.charsetThrown when an unmappable character for the given charset is encountered.
UnmarshalExceptionjava.rmiNo description provided.
UnmodifiableClassExceptionjava.lang.instrumentThis exception may be thrown from implementations of the method redefineClasses(ClassDefinition[]) when one of the desired class redefinition operations cannot be carried out.
UnmodifiableSetExceptionjavax.print.attributeNo description provided.
UnrecoverableEntryExceptionjava.securityNo description provided.
UnrecoverableKeyExceptionjava.securityThis class represents exceptions if a key cannot be found in the keystore.
UnresolvedAddressExceptionjava.nio.channelsThrown when trying to use an unresolved network address in a network operation.
UnsupportedAddressTypeExceptionjava.nio.channelsThrown when connecting or binding to an unsupported address type.
UnsupportedAudioFileExceptionjavax.sound.sampledNo description provided.
UnsupportedCallbackExceptionjavax.security.auth.callbackNo description provided.
UnsupportedCharsetExceptionjava.nio.charsetThrown when an unsupported charset name is encountered.
UnsupportedEncodingExceptionjava.ioThis IO exception is thrown when a program asks for a particular character converter and it is not available.
UnsupportedFlavorExceptionjava.awt.datatransferNo description provided.
UnsupportedLookAndFeelExceptionjavax.swingNo description provided.
UnsupportedOperationExceptionjava.langThis runtime exception is thrown when an unsupported operation is attempted.
URISyntaxExceptionjava.netRepresents an exception that occurred during parsing of a URI.
UserExceptionorg.omg.CORBANo description provided.
UTFDataFormatExceptionjava.ioThis IO exception is thrown when a program attempts to read a UTF-8 String and the encoding is incorrect.
WriteAbortedExceptionjava.ioThis type of exception is thrown by readObject() when it detects an exception marker in the input stream.
WrongAdapterorg.omg.PortableServer.POAPackageNo description provided.
WrongPolicyorg.omg.PortableServer.POAPackageNo description provided.
WrongTransactionorg.omg.CORBANo description provided.
XAExceptionjavax.transaction.xaAn 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.
XMLParseExceptionjavax.management.modelmbeanThrown when invalid XML formatted strings are used to specify Descriptor fields.
XPathExceptionjavax.xml.xpathXPathException represents a generic XPath exception.
XPathExpressionExceptionjavax.xml.xpathXPathExpressionException represents an error in an XPath expression.
XPathFactoryConfigurationExceptionjavax.xml.xpathXPathFactoryConfigurationException represents a configuration error in a XPathFactory environment.
XPathFunctionExceptionjavax.xml.xpathXPathFunctionException represents an error with an XPath function.
ZipExceptionjava.util.zipThis runtime exception is thrown by ZipFile and ZipInputStream when the file or stream is not a valid zip file.
Search