Class ValidationException
- 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
-
- ir.a2mo.sdk.sample.server.api.exception.ValidationException
-
- All Implemented Interfaces:
ir.a2mo.sdk.autoconfigure.impl.feign.exception.SdkWebServiceBaseException,java.io.Serializable
- Direct Known Subclasses:
InvalidParameterException,RequiredParameterException
public class ValidationException extends CustomServerException
- Since:
- 12/15/2021
- Author:
- Ali Alimohammadi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationException(java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetErrorType()-
Methods inherited from class ir.a2mo.sdk.sample.server.api.exception.CustomServerException
getErrorCode
-
Methods inherited from class ir.a2mo.sdk.autoconfigure.impl.feign.exception.SdkWebServiceException
addErrorParam, getErrorParam, getMessage, setMessage
-
-