Class InvalidParameterException
- 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
-
- ir.a2mo.sdk.sample.server.api.exception.InvalidParameterException
-
- All Implemented Interfaces:
ir.a2mo.sdk.autoconfigure.impl.feign.exception.SdkWebServiceBaseException,java.io.Serializable
public class InvalidParameterException extends ValidationException
- Since:
- 4/18/2021
- Author:
- Ali Alimohammadi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidParameterException(java.lang.String message)
-
Method Summary
-
Methods inherited from class ir.a2mo.sdk.sample.server.api.exception.ValidationException
getErrorType
-
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
-
-