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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StreamRereadException
public StreamRereadException()
StreamRereadException
public StreamRereadException(String msg)