Package org.chenile.base.exception
package org.chenile.base.exception
Contains all exception classes for well-known HTTP status codes.Services must throw
 these. In case a subclass does not exist for an HTTP status code, then an ErrorNumException
 can be thrown with the appropriate HTTP status code.
- 
ExceptionsClassDescriptionErrorNumExceptionwith HTTP status code of 400.ErrorNumExceptionwith HTTP status code of 500 meant for configuration errors.An exception that has a HTTP status code and a custom subErrorCode (which can be a specific error) These two errors make the exception very specific It can contain further errors that are supported by theResponseMessageErrorNumExceptionwith HTTP status code of 500 for runtime errors.