Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.chenile.base.exception.ErrorNumException
org.chenile.base.exception.NotFoundException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNotFoundException(String message) NotFoundException(String subErrorCode, Object[] params) NotFoundException(String subErrorNum, Object[] params, Throwable cause) NotFoundException(String subErrorCode, String message) NotFoundException(String subErrorNum, String message, Throwable cause) NotFoundException(String message, Throwable cause) -
Method Summary
Methods inherited from class ErrorNumException
addError, getErrorNum, getErrors, getMessage, getParams, getResponseMessage, getSubErrorNum, setMessage, setParams, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NotFoundException
-
NotFoundException
-
NotFoundException
-
NotFoundException
-
NotFoundException
-
NotFoundException
-