uk.org.ogsadai.activity.io
Class PipeIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.org.ogsadai.exception.DAIException
              extended by uk.org.ogsadai.activity.io.PipeIOException
All Implemented Interfaces:
java.io.Serializable, DAIExceptionInformation

public class PipeIOException
extends DAIException

Raised if an internal problem occurs during a read of write operation on a pipe.

Author:
The OGSA-DAI Project Team
See Also:
Serialized Form

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

PipeIOException

public PipeIOException()
Create a new exception.


PipeIOException

public PipeIOException(java.lang.Throwable cause)
Create a new exception with a chained cause.

Parameters:
cause - cause of the error