Class ClientMessageFormatViolationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ClientMessageFormatViolationException
    extends ClientException
    Exception thrown from Message instances when the body section specified violates the configure message format of the message that is being created.
    See Also:
    Serialized Form
    • 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

      • ClientMessageFormatViolationException

        public ClientMessageFormatViolationException​(java.lang.String message)
        Creates a new connection message format violation exception.
        Parameters:
        message - The message that describes the reason for the error.
      • ClientMessageFormatViolationException

        public ClientMessageFormatViolationException​(java.lang.String message,
                                                     java.lang.Throwable cause)
        Creates a new connection message format violation exception.
        Parameters:
        message - The message that describes the reason for the error.
        cause - An exception that further defines the reason for the error.