Class ContainerFormats.ThrowableNotSerializable

java.lang.Object
org.apache.pekko.protobufv3.internal.AbstractMessageLite
org.apache.pekko.protobufv3.internal.AbstractMessage
org.apache.pekko.protobufv3.internal.GeneratedMessage
org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
All Implemented Interfaces:
Serializable, org.apache.pekko.protobufv3.internal.Message, org.apache.pekko.protobufv3.internal.MessageLite, org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder, ContainerFormats.ThrowableNotSerializableOrBuilder
Enclosing class:
ContainerFormats

public static final class ContainerFormats.ThrowableNotSerializable extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements ContainerFormats.ThrowableNotSerializableOrBuilder
Protobuf type ThrowableNotSerializable
See Also:
  • Field Details

    • MESSAGE_FIELD_NUMBER

      public static final int MESSAGE_FIELD_NUMBER
      See Also:
    • ORIGINALMESSAGE_FIELD_NUMBER

      public static final int ORIGINALMESSAGE_FIELD_NUMBER
      See Also:
    • ORIGINALCLASSNAME_FIELD_NUMBER

      public static final int ORIGINALCLASSNAME_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptor()
    • getDescriptorForType

      public org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
      Overrides:
      getDescriptorForType in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • internalGetFieldAccessorTable

      protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • hasMessage

      public boolean hasMessage()
      required string message = 1;
      Specified by:
      hasMessage in interface ContainerFormats.ThrowableNotSerializableOrBuilder
      Returns:
      Whether the message field is set.
    • getMessage

      public String getMessage()
      required string message = 1;
      Specified by:
      getMessage in interface ContainerFormats.ThrowableNotSerializableOrBuilder
      Returns:
      The message.
    • getMessageBytes

      public org.apache.pekko.protobufv3.internal.ByteString getMessageBytes()
      required string message = 1;
      Specified by:
      getMessageBytes in interface ContainerFormats.ThrowableNotSerializableOrBuilder
      Returns:
      The bytes for message.
    • hasOriginalMessage

      public boolean hasOriginalMessage()
      required string originalMessage = 2;
      Specified by:
      hasOriginalMessage in interface ContainerFormats.ThrowableNotSerializableOrBuilder
      Returns:
      Whether the originalMessage field is set.
    • getOriginalMessage

      public String getOriginalMessage()
      required string originalMessage = 2;
      Specified by:
      getOriginalMessage in interface ContainerFormats.ThrowableNotSerializableOrBuilder
      Returns:
      The originalMessage.
    • getOriginalMessageBytes

      public org.apache.pekko.protobufv3.internal.ByteString getOriginalMessageBytes()
      required string originalMessage = 2;
      Specified by:
      getOriginalMessageBytes in interface ContainerFormats.ThrowableNotSerializableOrBuilder
      Returns:
      The bytes for originalMessage.
    • hasOriginalClassName

      public boolean hasOriginalClassName()
      required string originalClassName = 3;
      Specified by:
      hasOriginalClassName in interface ContainerFormats.ThrowableNotSerializableOrBuilder
      Returns:
      Whether the originalClassName field is set.
    • getOriginalClassName

      public String getOriginalClassName()
      required string originalClassName = 3;
      Specified by:
      getOriginalClassName in interface ContainerFormats.ThrowableNotSerializableOrBuilder
      Returns:
      The originalClassName.
    • getOriginalClassNameBytes

      public org.apache.pekko.protobufv3.internal.ByteString getOriginalClassNameBytes()
      required string originalClassName = 3;
      Specified by:
      getOriginalClassNameBytes in interface ContainerFormats.ThrowableNotSerializableOrBuilder
      Returns:
      The bytes for originalClassName.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Overrides:
      isInitialized in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • writeTo

      public void writeTo(org.apache.pekko.protobufv3.internal.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      writeTo in class org.apache.pekko.protobufv3.internal.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getSerializedSize in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      equals in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      hashCode in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • parseFrom

      public static ContainerFormats.ThrowableNotSerializable parseFrom(ByteBuffer data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ContainerFormats.ThrowableNotSerializable parseFrom(ByteBuffer data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ContainerFormats.ThrowableNotSerializable parseFrom(org.apache.pekko.protobufv3.internal.ByteString data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ContainerFormats.ThrowableNotSerializable parseFrom(org.apache.pekko.protobufv3.internal.ByteString data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ContainerFormats.ThrowableNotSerializable parseFrom(byte[] data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ContainerFormats.ThrowableNotSerializable parseFrom(byte[] data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ContainerFormats.ThrowableNotSerializable parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ContainerFormats.ThrowableNotSerializable parseFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ContainerFormats.ThrowableNotSerializable parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ContainerFormats.ThrowableNotSerializable parseDelimitedFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ContainerFormats.ThrowableNotSerializable parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ContainerFormats.ThrowableNotSerializable parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilder

    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilderForType

      protected ContainerFormats.ThrowableNotSerializable.Builder newBuilderForType(org.apache.pekko.protobufv3.internal.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • getDefaultInstance

      public static ContainerFormats.ThrowableNotSerializable getDefaultInstance()
    • parser

      public static org.apache.pekko.protobufv3.internal.Parser<ContainerFormats.ThrowableNotSerializable> parser()
    • getParserForType

      public org.apache.pekko.protobufv3.internal.Parser<ContainerFormats.ThrowableNotSerializable> getParserForType()
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getParserForType in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • getDefaultInstanceForType

      public ContainerFormats.ThrowableNotSerializable getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder