org.fcrepo.server.errors
Class StreamReadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fcrepo.server.errors.ServerException
org.fcrepo.server.errors.StreamIOException
org.fcrepo.server.errors.StreamReadException
- All Implemented Interfaces:
- Serializable
public class StreamReadException
- extends StreamIOException
Signals that a low-level error occurred reading from a stream.
- Author:
- Chris Wilper
- See Also:
- Serialized Form
StreamReadException
public StreamReadException(String message)
- Creates a StreamReadException.
- Parameters:
message - An informative message explaining what happened and (possibly) how
to fix it.
Copyright © 2011 DuraSpace. All Rights Reserved.