exceptions
Class InsufficientSharesException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byexceptions.InsufficientSharesException
All Implemented Interfaces:
java.io.Serializable

public class InsufficientSharesException
extends java.lang.Exception

Cast whenever insufficient valid DecryptedShare are acquired when combining the DecryptedShares to a result

Author:
Bent K. Onshus
See Also:
Serialized Form

Constructor Summary
InsufficientSharesException(java.lang.String msg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InsufficientSharesException

public InsufficientSharesException(java.lang.String msg)