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 newBaseException
with the specifiedErrorCode
and parameters and no cause.BaseException
(ErrorCode errorCode, String[] arParameters, Throwable cause) Creates a newBaseException
with the specifiedErrorCode
, parameters and cause.