Uses of Class
com.saperion.common.lang.exception.ErrorCode
-
Packages that use ErrorCode Package Description com.saperion.common.lang.exception Contains standard exception classes. -
-
Uses of ErrorCode in com.saperion.common.lang.exception
Constructors in com.saperion.common.lang.exception with parameters of type ErrorCode Constructor Description BaseException(ErrorCode errorCode, java.lang.String[] arParameters)
Creates a newBaseException
with the specifiedErrorCode
and parameters and no cause.BaseException(ErrorCode errorCode, java.lang.String[] arParameters, java.lang.Throwable cause)
Creates a newBaseException
with the specifiedErrorCode
, parameters and cause.
-