Class BaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.hyperledger.fabric.sdk.exception.BaseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChaincodeCollectionConfigurationException,ChaincodeEndorsementPolicyParseException,ChaincodeException,CryptoException,EventingException,GetTCertBatchException,InvalidArgumentException,InvalidTransactionException,NetworkConfigurationException,NoAvailableTCertException,PeerException,ProposalException,ServiceDiscoveryException,TransactionException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBaseException(String message) BaseException(String message, Throwable parent) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseException
-
BaseException
-
BaseException
-