Uses of Class
com.thanlinardos.spring_enterprise_library.error.exceptions.CoreException
Packages that use CoreException
-
Uses of CoreException in com.thanlinardos.spring_enterprise_library.error.errorcodes
Methods in com.thanlinardos.spring_enterprise_library.error.errorcodes that return CoreExceptionModifier and TypeMethodDescriptionErrorCode.createCoreException(String message) Creates a CoreException with this error code and the given message.ErrorCode.createCoreException(String message, Object[] args) Creates a CoreException with this error code, the given message and arguments for message formatting.ErrorCode.createCoreException(String message, Throwable e) Creates a CoreException with this error code, the given message and cause.ErrorCode.createCoreException(String message, Throwable e, Object[] args) Creates a CoreException with this error code, the given message, a cause and arguments for message formatting.