Package org.stellar.sdk
Class NotEnoughSignaturesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.stellar.sdk.NotEnoughSignaturesException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotEnoughSignaturesException extends java.lang.RuntimeException
Indicates that the object that has to be signed has not enough signatures.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotEnoughSignaturesException()
NotEnoughSignaturesException(java.lang.String message)
-