Class SpelHelperFunctionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.netflix.spinnaker.kork.exceptions.SpinnakerException
-
- com.netflix.spinnaker.kork.expressions.SpelHelperFunctionException
-
- All Implemented Interfaces:
com.netflix.spinnaker.kork.exceptions.HasAdditionalAttributes,java.io.Serializable
public class SpelHelperFunctionException extends com.netflix.spinnaker.kork.exceptions.SpinnakerException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpelHelperFunctionException(java.lang.String message)SpelHelperFunctionException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.netflix.spinnaker.kork.exceptions.SpinnakerException
getRetryable, getUserMessage, setRetryable
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-