Class InvalidProtobufRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidProtobufRuntimeException
    extends java.lang.RuntimeException
    Thrown when a protocol message being parsed is invalid in some way, but a checked exception is not allowed. For instance, in a lazy field value getter.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidProtobufRuntimeException

        public InvalidProtobufRuntimeException​(java.lang.String description)
      • InvalidProtobufRuntimeException

        public InvalidProtobufRuntimeException​(java.lang.Exception e)
      • InvalidProtobufRuntimeException

        public InvalidProtobufRuntimeException​(java.lang.String description,
                                               java.lang.Exception e)