@ResponseStatus(value=BAD_REQUEST) public class BadMessageFormatException extends RuntimeException
BadMessageFormatException class is an exception that is thrown when the message is not in
the proper format, thus the system is unable to parse it.| Constructor and Description |
|---|
BadMessageFormatException() |
BadMessageFormatException(String message) |
BadMessageFormatException(String message,
Throwable cause) |
BadMessageFormatException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
BadMessageFormatException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2018. All rights reserved.