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