Class CustomServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ir.a2mo.sdk.autoconfigure.impl.feign.exception.SdkWebServiceException
-
- ir.a2mo.sdk.sample.server.api.exception.CustomServerException
-
- All Implemented Interfaces:
ir.a2mo.sdk.autoconfigure.impl.feign.exception.SdkWebServiceBaseException,java.io.Serializable
- Direct Known Subclasses:
ValidationException
public abstract class CustomServerException extends ir.a2mo.sdk.autoconfigure.impl.feign.exception.SdkWebServiceException- Since:
- 4/18/2021
- Author:
- Ali Alimohammadi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomServerException(java.lang.String message)CustomServerException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetErrorCode()-
Methods inherited from class ir.a2mo.sdk.autoconfigure.impl.feign.exception.SdkWebServiceException
addErrorParam, getErrorParam, getMessage, setMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-