[
https://issues.apache.org/jira/browse/FLINK-5611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15970729#comment-15970729
]
mingleizhang commented on FLINK-5611:
-------------------------------------
[~uce] Hi, How do you think of this ? It is under
{code}org.apache.flink.runtime.query.QueryableStateException{code}. Thanks.
{code}
public class QueryableStateException extends Exception {
private static final long serialVersionUID = 1L;
public QueryableStateException() {
super("Queryable state exception.");
}
}
{code}
> Add QueryableStateException type
> --------------------------------
>
> Key: FLINK-5611
> URL: https://issues.apache.org/jira/browse/FLINK-5611
> Project: Flink
> Issue Type: Sub-task
> Components: Queryable State
> Reporter: Ufuk Celebi
> Assignee: mingleizhang
> Priority: Minor
>
> We currently have some exceptions like {{UnknownJobManager}} and the like
> that should be sub types of the to be introduced {{QueryableStateException}}.
> Right now, they extend checked and unchecked Exceptions.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)