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