public class GarbledMessageException extends RuntimeException
Modifier | Constructor and Description |
---|---|
|
GarbledMessageException() |
|
GarbledMessageException(String message) |
protected |
GarbledMessageException(String message,
boolean critical) |
|
GarbledMessageException(String description,
String garbledMessage) |
|
GarbledMessageException(String description,
String garbledMessage,
boolean critical) |
|
GarbledMessageException(String message,
Throwable cause) |
|
GarbledMessageException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
boolean |
isCritical() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GarbledMessageException()
public GarbledMessageException(String message)
protected GarbledMessageException(String message, boolean critical)
public GarbledMessageException(String description, String garbledMessage, boolean critical)
public GarbledMessageException(Throwable cause)
Copyright © 2000–2022 EPAM Systems. All rights reserved.