Class ClusterRunnerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.codelibs.elasticsearch.runner.ClusterRunnerException
-
- All Implemented Interfaces:
Serializable
public class ClusterRunnerException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterRunnerException(String message)ClusterRunnerException(String message, Throwable cause)ClusterRunnerException(String message, org.elasticsearch.action.ActionResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends org.elasticsearch.action.ActionResponse>
TgetActionResponse()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-