public class SnapshotStoreException
extends java.lang.Exception
Exception for problems accessing a SnapshotStore.| Constructor and Description |
|---|
SnapshotStoreException(java.lang.String message)
Constructs a
SnapshotStoreException with the supplied
message. |
SnapshotStoreException(java.lang.String message,
java.lang.Throwable cause)
|
public SnapshotStoreException(java.lang.String message)
SnapshotStoreException with the supplied
message.message - the messagepublic SnapshotStoreException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the root cause of the exception