Class UnsupportedMessageTypeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsupportedMessageTypeException
    extends CorruptDataException
    This is thrown when some code encounters a message type it does not know about. It may indicate that there is corrupt data which happened to touch the message type section of the data. Or it may indicate that some service was upgraded to a more recent version without properly planning the rollout process.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • UnsupportedMessageTypeException

        public UnsupportedMessageTypeException​(java.lang.String exceptionMessage)