sam.io
Class ParallelIO.Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--sam.io.ParallelIO.Exception
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ParallelIO

public static class ParallelIO.Exception
extends java.io.IOException

Exception thrown in case of errors in ParallelIO

See Also:
Serialized Form

Constructor Summary
protected ParallelIO.Exception()
           
protected ParallelIO.Exception(java.lang.String message)
           
 
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

ParallelIO.Exception

protected ParallelIO.Exception()

ParallelIO.Exception

protected ParallelIO.Exception(java.lang.String message)