Uses of Class
com.saperion.common.lang.exception.ErrorCode
Packages that use ErrorCode
-
Uses of ErrorCode in com.saperion.common.lang.exception
Constructors in com.saperion.common.lang.exception with parameters of type ErrorCodeModifierConstructorDescriptionBaseException(ErrorCode errorCode, String[] arParameters) Creates a newBaseExceptionwith the specifiedErrorCodeand parameters and no cause.BaseException(ErrorCode errorCode, String[] arParameters, Throwable cause) Creates a newBaseExceptionwith the specifiedErrorCode, parameters and cause.