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