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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionNotFoundException(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 SummaryMethods inherited from class org.chenile.base.exception.ErrorNumExceptionaddError, getErrorNum, getErrors, getMessage, getParams, getResponseMessage, getSubErrorNum, setMessage, setParams, toStringMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
- 
Field Details- 
serialVersionUIDprivate static final long serialVersionUID- See Also:
 
 
- 
- 
Constructor Details- 
NotFoundException
- 
NotFoundException
- 
NotFoundException
- 
NotFoundException
- 
NotFoundException
- 
NotFoundException
- 
NotFoundException
 
-