Class EventHubException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.hyperledger.fabric.sdk.exception.BaseException
-
- org.hyperledger.fabric.sdk.exception.EventHubException
-
public class EventHubException extends BaseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventHubException(java.lang.String message)
EventHubException(java.lang.String message, java.lang.Throwable parent)
EventHubException(java.lang.Throwable eventException)
-