Class InvalidProtocolBufferRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hyperledger.fabric.sdk.exception.InvalidProtocolBufferRuntimeException
-
public class InvalidProtocolBufferRuntimeException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidProtocolBufferRuntimeException(com.google.protobuf.InvalidProtocolBufferException parent)
InvalidProtocolBufferRuntimeException(java.lang.String message, com.google.protobuf.InvalidProtocolBufferException parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.protobuf.InvalidProtocolBufferException
getCause()
-
-
-
Constructor Detail
-
InvalidProtocolBufferRuntimeException
public InvalidProtocolBufferRuntimeException(java.lang.String message, com.google.protobuf.InvalidProtocolBufferException parent)
-
InvalidProtocolBufferRuntimeException
public InvalidProtocolBufferRuntimeException(com.google.protobuf.InvalidProtocolBufferException parent)
-
-