- Common ways to obtain FilterException
private void myMethod () {FilterException f =
String message;Throwable cause;new FilterException(message, cause)
- Smart code suggestions by Codota
}
close(new ErrorCondition(AmqpError.INVALID_FIELD, e.getMessage())); return;