package exceptions
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class HyperledgerException(actionName: String, innerException: Throwable) extends Exception with HyperledgerExceptionTrait with Product with Serializable
- 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]
- case class OperationException(approvalResult: String, chainError: TransactionExceptionTrait) extends Exception with OperationExceptionTrait with Product with Serializable
Exception Trait to wrap an Exception thrown during submitTransaction
Exception Trait to wrap an Exception thrown during submitTransaction
- Attributes
- protected[de.upb.cs.uc4.hyperledger]
- 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
- 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]