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]
- Alphabetic
- By Inheritance
- NetworkException
- Product
- Equals
- NetworkExceptionTrait
- UC4ExceptionTrait
- Exception
- Throwable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new NetworkException(channel: String = null, chaincode: String = null, networkDescription: String = null, identity: String = null, organisationId: String = null, organisationName: String = null, innerException: Exception = null)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def addSuppressed(arg0: Throwable): Unit
- Definition Classes
- Throwable
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val chaincode: String
chaincode name you used when you tried to access the network
chaincode name you used when you tried to access the network
- Definition Classes
- NetworkException → NetworkExceptionTrait
- val channel: String
channel name you used when you tried to access the network
channel name you used when you tried to access the network
- Definition Classes
- NetworkException → NetworkExceptionTrait
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fillInStackTrace(): Throwable
- Definition Classes
- Throwable
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getCause(): Throwable
- Definition Classes
- Throwable
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getLocalizedMessage(): String
- Definition Classes
- Throwable
- def getMessage(): String
Override getMessage for better error logging.
Override getMessage for better error logging.
- returns
String describing the error.
- Definition Classes
- UC4ExceptionTrait → Throwable
- def getStackTrace(): Array[StackTraceElement]
- Definition Classes
- Throwable
- final def getSuppressed(): Array[Throwable]
- Definition Classes
- Throwable
- val identity: String
identity name you used when you tried to access the network
identity name you used when you tried to access the network
- Definition Classes
- NetworkException → NetworkExceptionTrait
- def initCause(arg0: Throwable): Throwable
- Definition Classes
- Throwable
- val innerException: Exception
inner Exception
inner Exception
- Definition Classes
- NetworkException → NetworkExceptionTrait
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val networkDescription: String
networkDescription you used when you tried to access the network
networkDescription you used when you tried to access the network
- Definition Classes
- NetworkException → NetworkExceptionTrait
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val organisationId: String
organisationId you used when you tried to access the network
organisationId you used when you tried to access the network
- Definition Classes
- NetworkException → NetworkExceptionTrait
- val organisationName: String
organisationName you used when you tried to access the network
organisationName you used when you tried to access the network
- Definition Classes
- NetworkException → NetworkExceptionTrait
- def printStackTrace(arg0: PrintWriter): Unit
- Definition Classes
- Throwable
- def printStackTrace(arg0: PrintStream): Unit
- Definition Classes
- Throwable
- def printStackTrace(): Unit
- Definition Classes
- Throwable
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def setStackTrace(arg0: Array[StackTraceElement]): Unit
- Definition Classes
- Throwable
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- NetworkException → Throwable → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()