Class UnknownMessageTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.mina.core.session.UnknownMessageTypeException
- All Implemented Interfaces:
Serializable
An exception that is thrown when the type of the message cannot be determined.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new UnknownMessageTypeException instance.UnknownMessageTypeException(String message) Creates a new UnknownMessageTypeException instance.UnknownMessageTypeException(String message, Throwable cause) Creates a new UnknownMessageTypeException instance.Creates a new UnknownMessageTypeException instance. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UnknownMessageTypeException
public UnknownMessageTypeException()Creates a new UnknownMessageTypeException instance. -
UnknownMessageTypeException
-
UnknownMessageTypeException
Creates a new UnknownMessageTypeException instance.- Parameters:
message- The detail message
-
UnknownMessageTypeException
Creates a new UnknownMessageTypeException instance.- Parameters:
cause- The Exception's cause
-