@InterfaceAudience.Public @InterfaceStability.Evolving public class SnapshotCreationException extends HBaseSnapshotException
| Constructor and Description |
|---|
SnapshotCreationException(java.lang.String msg)
Used internally by the RPC engine to pass the exception back to the client.
|
SnapshotCreationException(java.lang.String msg,
HBaseProtos.SnapshotDescription desc)
Failure to create the specified snapshot
|
SnapshotCreationException(java.lang.String msg,
java.lang.Throwable cause,
HBaseProtos.SnapshotDescription desc)
Failure to create the specified snapshot due to an external cause
|
getSnapshotDescriptionpublic SnapshotCreationException(java.lang.String msg)
msg - error message to pass backpublic SnapshotCreationException(java.lang.String msg,
HBaseProtos.SnapshotDescription desc)
msg - reason why the snapshot couldn't be completeddesc - description of the snapshot attemptedpublic SnapshotCreationException(java.lang.String msg,
java.lang.Throwable cause,
HBaseProtos.SnapshotDescription desc)
msg - reason why the snapshot couldn't be completedcause - root cause of the failuredesc - description of the snapshot attempted