Package org.chenile.base.exception
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
-
Constructor Summary
ConstructorDescriptionNotFoundException
(int subErrorCode, Object[] params) NotFoundException
(int subErrorNum, Object[] params, Throwable cause) NotFoundException
(int subErrorCode, String message) NotFoundException
(int subErrorNum, String message, Throwable cause) NotFoundException
(String message) NotFoundException
(String message, int subErrorNum, Throwable cause) NotFoundException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.chenile.base.exception.ErrorNumException
addError, getErrorNum, getErrors, getMessage, getParams, getResponseMessage, getSubErrorNum, setMessage, setParams, toString
Methods inherited from class java.lang.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
-
NotFoundException
-