Package org.duracloud.snapshot.service
Class SnapshotManagerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.duracloud.snapshot.SnapshotException
-
- org.duracloud.snapshot.service.SnapshotManagerException
-
- All Implemented Interfaces:
Serializable
public class SnapshotManagerException extends SnapshotException
- Author:
- Daniel Bernstein Date: Jul 31, 2014
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SnapshotManagerException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SnapshotManagerException
public SnapshotManagerException(String message)
-
-