|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.exceptions.HBaseIOException
org.apache.hadoop.hbase.exceptions.HBaseSnapshotException
@InterfaceAudience.Public @InterfaceStability.Evolving public class HBaseSnapshotException
General exception base class for when a snapshot fails
Constructor Summary | |
---|---|
HBaseSnapshotException(String msg)
Some exception happened for a snapshot and don't even know the snapshot that it was about |
|
HBaseSnapshotException(String message,
Exception e)
Exception when the description of the snapshot cannot be determined, due to some root other root cause |
|
HBaseSnapshotException(String msg,
HBaseProtos.SnapshotDescription desc)
Exception for the given snapshot that has no previous root cause |
|
HBaseSnapshotException(String msg,
Throwable cause,
HBaseProtos.SnapshotDescription desc)
Exception for the given snapshot due to another exception |
Method Summary | |
---|---|
HBaseProtos.SnapshotDescription |
getSnapshotDescription()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HBaseSnapshotException(String msg)
msg
- Full description of the failurepublic HBaseSnapshotException(String msg, HBaseProtos.SnapshotDescription desc)
msg
- reason why the snapshot faileddesc
- description of the snapshot that is being failedpublic HBaseSnapshotException(String msg, Throwable cause, HBaseProtos.SnapshotDescription desc)
msg
- reason why the snapshot failedcause
- root cause of the failuredesc
- description of the snapshot that is being failedpublic HBaseSnapshotException(String message, Exception e)
message
- description of what caused the failuree
- root causeMethod Detail |
---|
public HBaseProtos.SnapshotDescription getSnapshotDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |