Package org.apache.flink.util
Class FlinkExpectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.util.FlinkExpectedException
-
- All Implemented Interfaces:
Serializable
public class FlinkExpectedException extends Exception
This class is just used to pass diagnostic message of some excepted procedure.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlinkExpectedException(String message)
FlinkExpectedException(String message, Throwable cause)
FlinkExpectedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-