Module org.elasticsearch.xcore
Class Exceptions
java.lang.Object
org.elasticsearch.xpack.core.watcher.support.Exceptions
-
Method Summary
Modifier and TypeMethodDescriptionstatic IllegalArgumentExceptionillegalArgument(String msg, Object... args) static IllegalArgumentExceptionillegalArgument(String msg, Throwable cause, Object... args) static IllegalStateExceptionillegalState(String msg, Object... args) static IllegalStateExceptionillegalState(String msg, Throwable cause, Object... args) static IOExceptionioException(String msg, Object... args) static IOExceptionioException(String msg, Throwable cause, Object... args)
-
Method Details
-
illegalArgument
-
illegalArgument
-
illegalState
-
illegalState
-
ioException
-
ioException
-