Class UnknownMessageTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.mina.core.session.UnknownMessageTypeException
All Implemented Interfaces:
Serializable

public class UnknownMessageTypeException extends RuntimeException
An exception that is thrown when the type of the message cannot be determined.
See Also:
  • Field Details

  • Constructor Details

    • UnknownMessageTypeException

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

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

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

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