[
https://issues.apache.org/jira/browse/FLINK-5611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15970729#comment-15970729
]
mingleizhang edited comment on FLINK-5611 at 4/17/17 6:35 AM:
--------------------------------------------------------------
[~uce] Hi, How do you think of this ? It is under the below.
Thanks.{code}org.apache.flink.runtime.query.QueryableStateException{code}.
{code}
public class QueryableStateException extends Exception {
private static final long serialVersionUID = 1L;
public QueryableStateException() {
super("Queryable state exception.");
}
}
{code}
I really dont know what kind of stuff can cause a QueryableStateException. So,
I couldnt give a specific information message here. Just "Queryable state
exception" instead now.
was (Author: mingleizhang):
[~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}
I really dont know what kind of stuff can cause a QueryableStateException. So,
I couldnt give a specific information message here. Just "Queryable state
exception" instead now.
> 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)