Java.rmi

Páginas: 6 (1436 palabras) Publicado: 25 de septiembre de 2010
JOSE MIGUEL GONZALES DOMINGUEZ

LIBRERIAS PARA IMPORTAR DE JAVA

A) java.io.*
Class IOException Clase java.io.IOException

All Implemented Interfaces: Todos Aplicado Interfaces:
Serializable Serializable
Direct Known Subclasses: Conocido Subclases directas:
|ChangedCharSetException , CharacterCodingException , |ProtocolException,|
|CharConversionException , ClosedChannelException , EOFException , |RemoteException, |
|FileLockInterruptionException , FileNotFoundException , IIOException , |SocketException, |
|InterruptedIOException , MalformedURLException ,ObjectStreamException , |SSLException, |
|ProtocolException , RemoteException , SocketException , SSLException , |SyncFailedException, |
|SyncFailedException , UnknownHostException , UnknownServiceException , |UnknownHostException,|
|UnsupportedEncodingException , UTFDataFormatException , |UnknownServiceException, |
|ZipExceptionChangedCharSetException, |UnsupportedEncodingException, |
|CharacterCodingException,|UTFDataFormatException, |
|CharConversionException, |ZipException |
|ClosedChannelException, | ||EOFException, | |
|FileLockInterruptionException, | |
|FileNotFoundException, ||
|IIOException, | |
|InterruptedIOException, | ||MalformedURLException, | |
|ObjectStreamException, | |

public class IOException clase pública IOException
extends Exception extiende Excepción
Signalsthat an I/O exception of some sort has occurred. Indica que una E / S de algún tipo de excepción se ha producido. This class is the general class of exceptions produced by failed or interrupted I/O operations. Esta clase es la clase general de excepciones producidas por interrumpido o no operaciones de E / S.
Since: Desde:
JDK1.0 JDK1.0
See Also: Ver también:
InputStream ,OutputStream , Serialized Form InputStream OutputStream seriados Forma

Métodos heredados de la clase java.rmi. RemoteException
getCause , getMessage

Resumen constructor
IOException ():Constructores de un IOException con null como su mensaje de error
detalle.
IOException ( String s): Constructores de un IOException especifica con detalle el...
Leer documento completo

Regístrate para leer el documento completo.

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS