org.fcrepo.server.errors
Class StreamReadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fcrepo.server.errors.ServerException
              extended by org.fcrepo.server.errors.StreamIOException
                  extended by 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

Constructor Summary
StreamReadException(String message)
          Creates a StreamReadException.
 
Method Summary
 
Methods inherited from class org.fcrepo.server.errors.ServerException
getCode, getDetails, getDetails, getMessage, getMessage, setWasServer, wasServer
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

StreamReadException

public StreamReadException(String message)
Creates a StreamReadException.

Parameters:
message - An informative message explaining what happened and (possibly) how to fix it.


Copyright © 2012 DuraSpace. All Rights Reserved.