|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--Secret_Share.SecretShareException | +--Secret_Share.RecoverException
This exception is thrown when there is an error recovering the secret. These errors are when the supplied arguments are either not valid or insufficient to recover the secret.
Constructor Summary | |
RecoverException()
Creates a new instance of RecoverException without detail message. |
|
RecoverException(java.lang.String msg)
Constructs an instance of RecoverException with the specified detail message. |
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 RecoverException()
RecoverException
without detail message.
public RecoverException(java.lang.String msg)
RecoverException
with the specified detail message.
msg
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |