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