|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
uk.org.ogsadai.exception.DAIException
uk.org.ogsadai.activity.io.PipeIOException
public class PipeIOException
Raised if an internal problem occurs during a read of write operation on a pipe.
| Constructor Summary | |
|---|---|
PipeIOException()
Create a new exception. |
|
PipeIOException(java.lang.Throwable cause)
Create a new exception with a chained cause. |
|
| Method Summary |
|---|
| Methods inherited from class uk.org.ogsadai.exception.DAIException |
|---|
getErrorID, getExceptionID, getLocalizedMessage, getMessage, getParameters, hasChild, setErrorID, setParameters |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 PipeIOException()
public PipeIOException(java.lang.Throwable cause)
cause - cause of the error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||