Package com.axway.apim.lib.error
Class AppException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.fasterxml.jackson.core.JacksonException
-
- com.fasterxml.jackson.core.JsonProcessingException
-
- com.axway.apim.lib.error.AppException
-
- All Implemented Interfaces:
Serializable
public class AppException extends com.fasterxml.jackson.core.JsonProcessingException- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppException.LogLevel
-
Constructor Summary
Constructors Constructor Description AppException(String message, ErrorCode errorCode)AppException(String message, ErrorCode errorCode, Throwable throwable)AppException(String message, String secondMessage, ErrorCode errorCode, Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAllMessages()ErrorCodegetError()StringgetSecondMessage()voidlogException(org.slf4j.Logger LOG)-
Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getMessage, getMessageSuffix, getOriginalMessage, getProcessor, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-