Class Controller.ControllerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.appiancorp.suiteapi.common.exceptions.AppianException
com.appiancorp.suiteapi.process.test.Controller.ControllerException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Controller
ControllerException
This exception is thrown for controller errors.
- See Also:
-
Constructor Summary
ConstructorDescriptionControllerException
(ErrorCode errorCode) ControllerException
(ErrorCode errorCode, Object... errorCodeArgs) -
Method Summary
Methods inherited from class com.appiancorp.suiteapi.common.exceptions.AppianException
getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ControllerException
-
ControllerException
-