Class JuelRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.activiti.cloud.starter.juel.exception.JuelRuntimeException
-
- All Implemented Interfaces:
Serializable
@ResponseStatus(code=BAD_REQUEST) public class JuelRuntimeException extends RuntimeException
Generic Juel Runtime Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JuelRuntimeException()JuelRuntimeException(String message)JuelRuntimeException(String message, Throwable cause)JuelRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-