org.fcrepo.server.errors
Class StreamWriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fcrepo.server.errors.ServerException
org.fcrepo.server.errors.StreamIOException
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
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 © 2012 DuraSpace. All Rights Reserved.