public class UnknownMessageTypeException extends RuntimeException
| Constructor and Description |
|---|
UnknownMessageTypeException()
Creates a new UnknownMessageTypeException instance.
|
UnknownMessageTypeException(String message)
Creates a new UnknownMessageTypeException instance.
|
UnknownMessageTypeException(String message,
Throwable cause)
Creates a new UnknownMessageTypeException instance.
|
UnknownMessageTypeException(Throwable cause)
Creates a new UnknownMessageTypeException instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownMessageTypeException()
public UnknownMessageTypeException(String message, Throwable cause)
message - The detail messagecause - The Exception's causepublic UnknownMessageTypeException(String message)
message - The detail messagepublic UnknownMessageTypeException(Throwable cause)
cause - The Exception's causeCopyright © 2004–2024 Apache MINA Project. All rights reserved.