Package com.suse.salt.netapi.exception
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:
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.
-