Interface ErrorCodeException

    • Method Detail

      • errorCode

        @NotNull
        @NotNull ErrorCode errorCode()
        Return error code
        Returns:
        error code
        See Also:
        ErrorCode
      • getMessage

        java.lang.String getMessage()
        Return error message
        Returns:
        error message
        See Also:
        Throwable.getMessage()
      • getCause

        java.lang.Throwable getCause()
        Return cause
        Returns:
        cause
        See Also:
        Throwable.getCause()