Class MessageSizeOverflowException

All Implemented Interfaces:
Serializable

public final class MessageSizeOverflowException extends InvalidMessageException
Signals a message that is longer than the maximum configured size.
Author:
Julien Viet
See Also:
  • Constructor Details

    • MessageSizeOverflowException

      public MessageSizeOverflowException(long messageSize)
  • Method Details

    • messageSize

      public long messageSize()