public class InvalidSeekException extends IOException
SeekableByteChannel.position(long)
,
InputStream.reset()
,
ImageInputStream.reset()
,
Serialized FormDefined in the sis-utility
module
Constructor and Description |
---|
InvalidSeekException()
Constructs a new exception with no message.
|
InvalidSeekException(String message)
Constructs a new exception with the specified detail message.
|
InvalidSeekException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidSeekException()
public InvalidSeekException(String message)
message
- the detail message, or null
if none.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.