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:
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
-
-