Class MessageTooBigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.suse.salt.netapi.exception.SaltException
com.suse.salt.netapi.exception.MessageTooBigException
- All Implemented Interfaces:
Serializable
Exception to be thrown in case of a websocket message exceeding the configurable
maximum message length.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MessageTooBigException
public MessageTooBigException(int maxMessageLength) Constructor.- Parameters:
maxMessageLength- the maximum message length to be mentioned in the message
-