Class TransactionSubmissionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.exonum.binding.core.service.TransactionSubmissionException
All Implemented Interfaces:
java.io.Serializable

public final class TransactionSubmissionException
extends java.lang.RuntimeException
Indicates that a transaction could not be submitted. For example, the submitted transaction is not valid — belongs to an unknown service.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    TransactionSubmissionException​(java.lang.String message)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait