Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getErrorCode()  
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface ir.a2mo.sdk.autoconfigure.impl.feign.exception.SdkWebServiceBaseException

        getErrorType
    • Constructor Detail

      • CustomServerException

        public CustomServerException​(java.lang.String message)
      • CustomServerException

        public CustomServerException​(java.lang.String message,
                                     java.lang.Throwable cause)
    • Method Detail

      • getErrorCode

        public java.lang.String getErrorCode()