Class SnapshotAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.duracloud.snapshot.bridge.rest.SnapshotAlreadyExistsException
-
- All Implemented Interfaces:
Serializable
public class SnapshotAlreadyExistsException extends Exception
- Author:
- Daniel Bernstein Date: Jul 23, 2014
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SnapshotAlreadyExistsException(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
-
SnapshotAlreadyExistsException
public SnapshotAlreadyExistsException(String message)
-
-