Packages

package exceptions

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Package Members

  1. package traits

Type Members

  1. case class HyperledgerException(actionName: String, innerException: Throwable) extends Exception with HyperledgerExceptionTrait with Product with Serializable
  2. case class NetworkException(channel: String = null, chaincode: String = null, networkDescription: String = null, identity: String = null, organisationId: String = null, organisationName: String = null, innerException: Exception = null) extends Exception with NetworkExceptionTrait with Product with Serializable
    Attributes
    protected[de.upb.cs.uc4.hyperledger]
  3. case class TransactionException(transactionName: String, payload: String) extends Exception with TransactionExceptionTrait with Product with Serializable

    Exception Trait to wrap any Exception thrown from the Hyperledger Framework

    Exception Trait to wrap any Exception thrown from the Hyperledger Framework

    Attributes
    protected

Value Members

  1. object TransactionException extends Serializable

    Used to create TransactionExceptions from malformed errors.

    Used to create TransactionExceptions from malformed errors.

    Attributes
    protected[de.upb.cs.uc4.hyperledger]

Ungrouped