org.fcrepo.server.errors
Class StreamIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fcrepo.server.errors.ServerException
org.fcrepo.server.errors.StreamIOException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- StreamReadException, StreamWriteException
public class StreamIOException
- extends ServerException
Superclass for low-level stream i/o problems.
- Author:
- Chris Wilper
- See Also:
- Serialized Form
StreamIOException
public StreamIOException(String message)
- Creates a StreamIOException.
- Parameters:
message - An informative message explaining what happened and (possibly) how
to fix it.
StreamIOException
public StreamIOException(String message,
Throwable cause)
StreamIOException
public StreamIOException(String bundleName,
String code,
String[] values,
String[] details,
Throwable cause)
Copyright © 2012 DuraSpace. All Rights Reserved.