org.fcrepo.server.errors
Class StorageDeviceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fcrepo.server.errors.ServerException
org.fcrepo.server.errors.StorageException
org.fcrepo.server.errors.StorageDeviceException
- All Implemented Interfaces:
- Serializable
public class StorageDeviceException
- extends StorageException
Signals that a storage device failed to behave as expected.
- Author:
- Chris Wilper
- See Also:
- Serialized Form
StorageDeviceException
public StorageDeviceException(String message)
- Creates a StorageDeviceException.
- Parameters:
message - An informative message explaining what happened and (possibly) how
to fix it.
StorageDeviceException
public StorageDeviceException(String message,
Throwable cause)
Copyright © 2012 DuraSpace. All Rights Reserved.