uk.ac.starlink.ttools
Class StreamRereadException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--uk.ac.starlink.ttools.StreamRereadException
All Implemented Interfaces:
Serializable

public class StreamRereadException
extends IOException

Exception thrown to indicate that the requested data are unavailable since they come from a non-rewindable stream and have already been read once.

Since:
10 Feb 2005
See Also:
Serialized Form

Constructor Summary
StreamRereadException()
           
StreamRereadException(String msg)
           
 
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

StreamRereadException

public StreamRereadException()

StreamRereadException

public StreamRereadException(String msg)

Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved.