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