org.logi.crypto.secretshare
Class SecretSharingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.logi.crypto.CryptoException
|
+--org.logi.crypto.secretshare.SecretSharingException
- All Implemented Interfaces:
- java.io.Serializable
- public class SecretSharingException
- extends CryptoException
This exception is thrown when there is a problem with secret sharing,
such as if there are not enough shares, the shares do not match, etc.
- Author:
- Logi Ragnarsson
(logir@logi.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SecretSharingException
public SecretSharingException()
- Create a new SecretSharingException with no message.
SecretSharingException
public SecretSharingException(java.lang.String msg)
- Create a new SecretSharingException with the message msg.
Copyright 1997-2000 Logi Ragnarsson