@ResponseStatus(value=NOT_FOUND) public class MessageTypeNotSupportedException extends RuntimeException
MessageTypeNotSupportedException class is an exception that is thrown when the client of
the host app request to process a message with a type ID that is unknown to the host app.
This exception triggers HTTP 404 Not Found.
| Constructor and Description |
|---|
MessageTypeNotSupportedException() |
MessageTypeNotSupportedException(String message) |
MessageTypeNotSupportedException(String message,
Throwable cause) |
MessageTypeNotSupportedException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
MessageTypeNotSupportedException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MessageTypeNotSupportedException()
public MessageTypeNotSupportedException(String message)
public MessageTypeNotSupportedException(String message, Throwable cause)
public MessageTypeNotSupportedException(Throwable cause)
Copyright © 2018. All rights reserved.