Class MappingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.inugami.api.exceptions.CheckedException
-
- io.inugami.api.exceptions.TechnicalException
-
- io.inugami.api.exceptions.services.MappingException
-
- All Implemented Interfaces:
ExceptionWithErrorCode,Serializable
public class MappingException extends TechnicalException
MappingException- Since:
- 19 janv. 2017
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MappingException()MappingException(String message)MappingException(String message, Object... values)MappingException(String message, Throwable cause)MappingException(Throwable cause)MappingException(Throwable cause, String message, Object... values)
-
Method Summary
-
Methods inherited from class io.inugami.api.exceptions.CheckedException
getCode, getErrorCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-