Class MessageTooBigException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MessageTooBigException
    extends SaltException
    Exception to be thrown in case of a websocket message exceeding the configurable maximum message length.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageTooBigException​(int maxMessageLength)
      Constructor.
    • 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

      • MessageTooBigException

        public MessageTooBigException​(int maxMessageLength)
        Constructor.
        Parameters:
        maxMessageLength - the maximum message length to be mentioned in the message