Class UnknownMessageTypeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnknownMessageTypeException
    extends java.lang.RuntimeException
    An exception that is thrown when the type of the message cannot be determined.
    Author:
    Apache MINA Project
    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

      • UnknownMessageTypeException

        public UnknownMessageTypeException()
        Creates a new UnknownMessageTypeException instance.
      • UnknownMessageTypeException

        public UnknownMessageTypeException​(java.lang.String message,
                                           java.lang.Throwable cause)
        Creates a new UnknownMessageTypeException instance.
        Parameters:
        message - The detail message
        cause - The Exception's cause
      • UnknownMessageTypeException

        public UnknownMessageTypeException​(java.lang.String message)
        Creates a new UnknownMessageTypeException instance.
        Parameters:
        message - The detail message
      • UnknownMessageTypeException

        public UnknownMessageTypeException​(java.lang.Throwable cause)
        Creates a new UnknownMessageTypeException instance.
        Parameters:
        cause - The Exception's cause