org.fcrepo.server.errors
Class StreamWriteException

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.StreamWriteException
All Implemented Interfaces:
Serializable

public class StreamWriteException
extends StreamIOException

Signals a low-level error while writing to a stream.

Author:
Chris Wilper
See Also:
Serialized Form

Constructor Summary
StreamWriteException(String message)
          Creates an instance.
StreamWriteException(String message, Throwable cause)
          Creates an instance with a cause.
 
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

StreamWriteException

public StreamWriteException(String message)
Creates an instance.

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

StreamWriteException

public StreamWriteException(String message,
                            Throwable cause)
Creates an instance with a cause.

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


Copyright © 2011 DuraSpace. All Rights Reserved.