|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.fatwire.agent.AgentException
com.fatwire.agent.IOException
public class IOException
This exception is thrown when an I/O operation fails. For example IItem.getInputStream throws IOException exception for the file system connector implementation when the file was removed (after this item was constructed).
Constructor Summary | |
---|---|
IOException()
|
|
IOException(java.lang.String message)
|
|
IOException(java.lang.String message,
java.lang.Throwable cause)
|
|
IOException(java.lang.Throwable cause)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IOException()
Exception.Exception()
public IOException(java.lang.String message, java.lang.Throwable cause)
message
- error reason.Exception.Exception(java.lang.String, java.lang.Throwable)
public IOException(java.lang.String message)
message
- error reason.Exception.Exception(java.lang.String)
public IOException(java.lang.Throwable cause)
Exception.Exception(java.lang.Throwable)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |